Hello Dimitar,
i’ve implemented Select All/None functionality in JqxDropDownList using reference : http://www.jqwidgets.com/community/topic/checkboxes-with-an-allnone-option/
This solution is work fine for me but when i have huge amount of data, at that time it will take too much time because of “CheckChange” event is fired twice for each checkbox state gets changed. One for the checkbox which we have checked and one for select All/None checkbox for maintaing its states(either checked, unchecked or intermidiate). and that’s why it will go in continuous loop and browser give me unresponsive script error.
Is there any functionality that will provide direct facility to select all/none checkboxes.
Thanks in advance.