Using the RadComboBox button, is it possible to populate a different combobox when one combobox make

Posted by RoboShop on Stack Overflow See other posts from Stack Overflow or by RoboShop
Published on 2010-02-23T22:55:11Z Indexed on 2010/04/15 10:53 UTC
Read the original article Hit count: 1052

Filed under:
|
|

I have two combo boxes that are cascading.

I would like to have it so that when I select something in ComboBox1, it will fire off a web method that automatically filters the list in ComboBox2.

At the moment, I'm adding the value of ComboBox1 to the context key of the ComboBox2 web service when I'm firing it, however, I've noticed that this web service only fires when I modify the value in ComboBox2, not when I click the showList button.

Is it possible to call and dynamically change the list of ComboBox2 when I change ComboBox1, or is it possible in RadComboBox to request a callback to the server for any of the client events such as opening up the list?

© Stack Overflow or respective owner

Related posts about radcombobox

Related posts about autocomplete