jQuery UI Widgets Forums Grid checkboxes in grid

This topic contains 3 replies, has 2 voices, and was last updated by  Dimitar 9 years, 6 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • checkboxes in grid #64393

    KAUSHAL
    Participant

    While I have started working I was using JQX version 3.2.1 and I have recently upgraded it to version 3.6.0. It introduced a new problem and the problem is:

    I am using a grid with approx 40+ (hidden/visible) columns in it and the columntype of first column of this is checkbox. This checkbox indicates the selected row in grid while it is checked. when my all columns are visible it executes very slow and taking 3-5 seconds to accomplish the check unchek operation.

    checkboxes in grid #64402

    Dimitar
    Participant

    Hello KAUSHAL,

    Have you implemented selectionmode: 'checkbox'? If not and you are using a custom solution of your own, we cannot guarantee the grid’s performance. Here is a demo showcasing the aforementioned functionality: http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/checkboxselection.htm?arctic.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    checkboxes in grid #68195

    KAUSHAL
    Participant

    Hello Dimitar,

    Yes I am using custom solution for this because I have to use selectionmode : ‘singlecell’ as per my requirement.

    In my problem a checkbox is not for selecting whole row, it is only for flagging purpose that how many rows are to be submit and my grid having different editors in cells those have to invoke on cell selection, this is why I am looking for your assistance on this item.

    High appreciation in advance 🙂

    Thanks

    checkboxes in grid #68209

    Dimitar
    Participant

    Hi KAUSHAL,

    Please provide us with a JSFiddle demonstrating the issue so that we may test your scenario and determine what is wrong.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

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

You must be logged in to reply to this topic.