Hi,
When binding Telerik RadComboBox to a SqlDataSource,the RadComboBox is defaulting back to in index 1 ("Select One").
However, I hope it is no select. How to setting?
I guess, you want to select a particular item from the RadComboBox item on loading RadComboBox. It is possible to select particular item in RadComboBox by setting the SelectedIndex. Please try the code snippet below in order to set the desired item as selected.