Adding GridDropdownColumn to Radgrid detail table

vigrx4tnnaa

New Member
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
 
Back
Top