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".
Hi Sunil,
I am just checking if the latest reply helped you out or if you require any further assistance on the matter.