I load my Radcombobox with Load on Demand. This works great.
Now, i have to set the selected value in the code behind.
Should i implement again an search query for finding the index for selecting ?
which is the best method for that ?
I have to set something like that:
radcombobox.selectedindex = 4 ??
Now, i have to set the selected value in the code behind.
Should i implement again an search query for finding the index for selecting ?
which is the best method for that ?
I have to set something like that:
radcombobox.selectedindex = 4 ??