I would like to add a grid to a GridViewComboBoxColumn.
Can this be done? If so can you provide a demo?
Regards,
Bram
1 Answer, 1 is accepted
0
Dilyan Traykov
Telerik team
answered on 13 Oct 2017, 07:30 AM
Hello Bram,
You can achieve the desired result by using an approach similar to the one demonstrated in the Dropdown with headers demo from our SDK Samples Browser. For the purpose, rather than use a GridViewComboBoxColumn, you should use a GridViewDataColumn and specify a CellEditTemplate for it containing the RadComboBox from the example.
I hope you find these resources helpful. Please let me know if you require any further assistance from my end.