How to create separate DetailTable on each row in a RadGrid?
问题 I have a telerik radgrid where columns and detail tables are declared like: <telerik:RadGrid> <Columns> <telerik:GridBoundColumn/> <telerik:GridBoundColumn/> </Columns> <DetailTables> <telerik:GridTableView <Columns> <telerik:GridBoundColumn/> <telerik:GridBoundColumn/> </Columns> </telerik:GridTableView </DetailTables> </telerik:RadGrid> Which gives a nested grid like this: Now, what I want is to be able to specify a detail table (those sub tables) per row, programmatically. (I cannot be