Question

I am binding a detail table in DetailTableDataBind event of a Radgrid. The event handler contains code to bind it to a linqdatasource. This adds a bunch of GridBoundColumns to the detail table. However i want some of these to be GridDropdownColumns. How do i go about that

Was it helpful?

Solution

Switch off the auto-generated columns for the detail table and setup GridDropDownColumn where needed. Check out these samples on the Telerik site for details:

Demo

Help topic for GridDropDownColumn configure

Dick

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top