i need to create dynamic columns in rad grid and place rad comboboxes in each cell of that grid.Now after this i have to bind those comboboxes to the datatable. i have created columns and placed comboboxes in each cell but i am unable to bind datatable to those comboboxes.i used class inheriting from itemplate interface and using InstantiateIn method to create columns and placing comboboxes.
thanks in advance
Anirudh
Loading
Amit ChoudharyPosted Mar 12, 2011, 10:31 AM
In this code the problem is the Combobox in radGrid is not populating using the datatable but you can use any Collection object to bind it. Its a bug already logged with telerik team.
So create the collection as the datasource rather than datatable.
One suggestion please do ask the question related to telerik products in the telerik forums. you'll get direct support form the Telerik team.
Thanks.