Categories | Question details Back To List | ||
onBeforeSelect and cell index 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 Answer posted by dhxSupport on Sep 25, 2009 09:16 Unfortunately it impossible to do in the current version of dhtmlxGrid. |