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
280
Issues on duble click of Multi Selection enabled Web Drop Down
posted

I am using ig web drop down having MultipleSelection enabled and MultiSelectionType is Checkbox.

I am using infragistics functions getOldSelection() and getNewSelection() based on which i have developed my logic such that I have option All in the drop down and on clicking on All i am able to check all check boxes and on unchecking All i m unchecking all the check boxes.

This is working fine when i do check and uncheck of check box normally.

But when i double click on the check in the drop down, the infragistics functions getOldSelection() and getNewSelection()  are returning null.

So, my logic is failing as i am dependent on these two functions getOldSelection() and getNewSelection()  of the webdropdown to perform my functionality