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

Cascading combo boxes and SelectedValue issue

1 Answer 33 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 03 Mar 2011, 11:11 PM
Hi,

I'm using some cascading combo boxes and normally they work just fine using the standard mechanism of using onclientselectedindexchanging and onitemsrequested.  On a couple of pages however I am finding that whilst they again work fine normally if I change a parent value - causing the children to reset to their initial unset states - then on postback the children have their SelectedValues set as empty.  The parent combo shows the selectedvalue as the new value.  Also the children all show the Text as the newly selected item.  

Also if I do some client js before the post back I can see the value is set correctly (using get_value() on the combo box).

I've stripped the code right down to the bare minimum and it just doesn't make any sense why one page works fine but another one doesn't.  Any pointers as to why this might be happening?

Regards,

Jon

1 Answer, 1 is accepted

Sort by
0
Dimitar Terziev
Telerik team
answered on 09 Mar 2011, 02:24 PM
Hi Jon,

Since I'm not quite sure what is your exact scenario, please open a support ticket and send us this stripped-down code you are testing, in order to help you out.

Regards,
Dimitar Terziev
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
ComboBox
Asked by
Jon
Top achievements
Rank 1
Answers by
Dimitar Terziev
Telerik team
Share this question
or