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
1 Answers
4
votes
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:
Help topic for GridDropDownColumn configure
Dick