Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
640
When is a cell selected?
posted

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!

  • 469350
    Offline posted

    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.