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
2715
selected item changed
posted

Hi!

I'm trying to subscribe to an event that occurs when a different row or cell is selected. I tried with grid.afterSelectChange, but it seems to trigger randomly => not everytime a selection is changed, only in some of theese cases.

Any ideea if this is a bug, or what event should i subscribe to ?

thanks!

Parents
  • 17259
    Verified Answer
    Offline posted

    I think you're mixing selection and activation. You can select several rows at once, but activate only one. The active row is the one that has the input focus. Use AfterRowActivate event.

Reply Children
No Data