Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
35
WebDropDown issue after upgrading to Infragistics 9.2
posted

We just upgraded from Infragistics 9.1 to 9.2.  I have a WebDropDown that was working on 9.1 that is no longer firing SelectionChanged server event all the time.

Here is what I discovered when debugging.    If I had defaulted the WebDropDown's selected item to the first item in  the list, and then click on another item on the list, the selectionChanged server event is not being fired.   If I then click back on the first item again, and now click on another item, now the selectionChanged event starts to fire and work from that point on.

Also, if it happened that I didn't default the selected value to the first item, (i.e. any other item was defaulted for selection)  then the selectionChanged event is firing correctly.   (but of course there are times where you need the first item selected).

Any ideas?

Pam Crissman

 

 

 

 

 

Parents
  • 24671
    posted

    Hi Pam,

    Previously, the SelectionChanged event was fired always, no matter whether the new selection is the same as the old selection. This was updated to fire the event only when there is actual change in the selection. But i guess what you are describing is a little bit different - since in your scenario the new selection is different from the old one. I created a sample WebSite, using the latest Service Release build for 9.2 - 2003, and couldn't reproduce this. Please take a look at my example, and see whether you do it in the following way (it's attached) Maybe i am missing something. 

    Thanks for the feedback,

    Angel 

    WebSite166.zip
Reply Children