This is a migrated thread and some comments may be shown as answers.

[Solved] SelectedValue "" on form postback after clientside population

1 Answer 83 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Alex McCool
Top achievements
Rank 1
Alex McCool asked on 16 Apr 2009, 07:58 PM
Hi,

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

Sort by
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();

You can check the demo and the help article.

Sincerely yours,
Veselin Vasilev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
ComboBox
Asked by
Alex McCool
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Share this question
or