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
1410
Issue with DropDownClosed property
posted

Hi,

I am using Webdropdown V12.1 in my web application. I have two webdropdowns on a page and those two are cascaded means value in one dropdown is dependent upon the value chosen in the other dropdown. When I select a value in the dropdown and close the dropdown, a value is getting selected successfully. After that, If I again open and close the dropdown without changing any value, "dropdownclosed" client event is getting triggered and the cascaded webdropdown is getting refreshed with the default values. Is there a way where I can compare the old selected value and new selected value in the dropdown in the "dropdownclosed" event so that if there is a change in the item selection, then only I should execute the code in the "dropdownclosed" event.

Please DO NOT give me a solution to use "SelectionChanged" event instead of "DropdownClosed".

Parents
No Data
Reply Children
No Data