I have a template field on my RadGrid which contains a RadComboBox. The reason I have the combobox in a template field is so that users can select values without having to go into editmode (i.e. the combox box is in the Item template section not in the edit item template section for my column)
However I need to be able to programmatically bind the datasource of the combobox in the template column at runtime to a datatable and I can't work out how to do this.
Any help would be appreciated
However I need to be able to programmatically bind the datasource of the combobox in the template column at runtime to a datatable and I can't work out how to do this.
Any help would be appreciated