iam using a json result from service to bind to jqxdropdownlist with checkboxes for mutliselect. suppose i have values as one, two, three, selectAll coming from service.
when i select selectAll, everything is getting selected that fine (written code for that ‘checkAll’).
but when i unselect one or two, then i need to unselect selectAll as well.
This is not happening its goes again to loop of checkChange event an not able to exit the continuation of code.
code samples shows to unselect any item with button, which i don’t need.