views:

1849

answers:

1

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

+3  A: 

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