i am Popluating my radCombobox using databinding ,after populating it ,i want a sppecfic value to be shown as default value , so using
RadComboBox.Selectedvalue = "Apple" ;
But using the Selectedvalue( ) Property i couldnt change the value .
I have scenario like , my ComboBox is inside the FormView Control and I am Populating the Controls inside the FOrmview ,when a Row is Selected in the RadGridView .
I have used
<
ClientSettingsEnablePostBackOnRowClick="true">
in RadGrid , so that it postBack Occurs and When PostBack Occurs , in the Grid_ItemCommand Event i am Populating my ComboBox inside the FormView ,using A TypedDataset .