Hi,
I have two columns with valuelists. When the valuelist 1 changes then valuelist 2 should reflect a new selected value based on business rules.
I used the client side event ValueListSelChangeHandler but that only fired the first time the valuelists are populated. Any subsequent value list change will not fire the event again.
Is there any way to set an event handler on the value list?
Or any suggestions?
thanks.
It appears that the value changed event handler unhooks itself after the first time the value lists are populated. Take a look at the following same where the similar scenario is developed using the UltraWebGrid & WebCombos.
http://samples.infragistics.com/2009.2/WebFeatureBrowser/contents.aspx?showCode=true&t=WebGrid/AdjustableCombo/AdjustableCombo.aspx~srcview.aspx?path=../WebFeatureBrowserVB/WebGrid/AdjustableCombo/AdjustableCombo.src~srcview.aspx?path=WebGrid/AdjustableCombo/AdjustableCombo.src
-Taz