I'm populating several comboboxes clientside, setting both the Text and Value. However when I submit the form back to the serverside the combox's SelectedValue property is always "".
What troubleshooting steps can I take?
Thanks,
Alex
1 Answer, 1 is accepted
0
Veselin Vasilev
Telerik team
answered on 17 Apr 2009, 07:34 AM
Hi Alex McCool,
You need to track the changes you made between the
combo.trackChanges();
and
combo.commitChanges();