I have a problem open edit page in radgrid. It constantly gives me out of range error message.
I did set e.Item.Checked = true, but since ((RadComboBox)e.Item.Parent).SelectedValue is still a string with mulitple select separated by commas.
Do you have any idea of what to do?