I have a page with two grids, one is a summary grid, the other is a ‘selected’ grid that displays a single row, the row that was selected from the summary grid. Both have a ‘singlecell’ selection mode.
The problem is that I’m calling selectcell on the ‘selected’ grid to mirror which cell/column was selected in the summary grid. The ‘cellselect’ event is firing, and I can see that the cell is actually selected by calling ‘getselectedcell’ on the ‘selected’ grid, but the jqx-grid-cell-selected style is not being applied to the cell after making the call. If I then click on the cell with the mouse, the cellselect still fires and the jqx-grid-cell-selected is applied.
Why is the style not being added when calling ‘selectcell’?