jQWidgets Forums

jQuery UI Widgets Forums Grid Drag & Drop grid rows of a group

This topic contains 1 reply, has 1 voice, and was last updated by  Tester 12 years ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Drag & Drop grid rows of a group #22763

    Tester
    Member

    Hi there!

    We are new to JQwidgets and we are currently revewing them, in order see if they are correspond to our needs.
    It seems you have made a great job!

    We have this question:
    Is it possible to have the ‘Drag & Drop row’ feature of the grid when the row is part of a grid group?
    We have tried to have the ‘Drag & Drop row’ and ‘Grid grouping’ features simultaneously, but the ‘Drag & Drop row’ stops working when the ‘Grid grouping’ feature is added to the group. The two features work well seperately, but when the grids needs to combine both of them, it seems that it is not work properly for us.

    Could you be helpful with that?

    Thank you very much,
    Vagelis

    Drag & Drop grid rows of a group #22771

    Tester
    Member

    we found the solution, using:

    // select all grid cells.
    var gridCells = $(‘#jqxgrid’).find(‘.jqx-grid-group-cell’);

    intead of :

    // select all grid cells.
    var gridCells = $(‘#jqxgrid’).find(‘.jqx-grid-cell’);

    make it work…

    thank you anyway!

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

You must be logged in to reply to this topic.