Hello,
I’m trying to have a grid with unselectable rows, so I’ve got onBeforeSelect returning false. However I would like to know which cell the user attempted to click on. I’ve found if I use onRowSelect, I can get the column index. But even if I deselect everything in the grid, there is still a visual flash as the row is selected and unselected quickly. Is there a way to get the column index without the visual flash? Also, to complicate matters, I’m using alternating colors for the grid rows.
Would be handy if the onBeforeSelect event also returned a column index.
Thanks!
~Aaron
Unfortunately it impossible to do in the current version of dhtmlxGrid.