I want to populate a radcombobox inside a radgrid on initial pageload.
I dont want the Combobox to populate on EditEvent.
I have put the Combox in GridTemplates ItemTemplate columns
If you want SelectedValue of RadComboBox is based on grid row, try the following approach. Or you can simply select the value in RadComboBox using 'combo.SelectedValue' property.