Hi, I like to select the row when a cell in a row is selected. I didn't find a "AfterCellSelected"-Event. There is only "AfterCellActivate"..but I like to know when it is selected. E.g. the user selects a cell by typing SHIFT+UP ...then I like to select the row, too. Thank you for your help!
There is a single event for any time selection changes in the grid, whether it's row, column, or cell. BeforeSelectChange is the one you want, I think.Or maybe AfterSelectChange.
You might want to look at the CellClickAction property. It might be easier.