jQWidgets Forums

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts

  • 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 1 post (of 1 total)