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!