jQWidgets Forums

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Select All functionality problem Select All functionality problem #63280

    mihirs
    Participant

    Hi Dimitar,

    is there any possibility that in new update this functionality will be updated??
    Because there is no option in dropdownlist to load the data remotely as we can do in jqxtree.

    Thanks,
    Mihir


    mihirs
    Participant

    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.


    mihirs
    Participant

    I found root cause for this problem.

    When i have huge amount of data and i fire checkcheange event for checkboxes it will give me “Unresponsive script error.”

    (Please note that i’ve implemented select all functionality in this list.)

Viewing 3 posts - 1 through 3 (of 3 total)