Hello,
I want to show a description outside the grid that explains what a column is about. I cannot seem to find an event that allows me to track when the user shifts columns. I can get notifications reliably from the ‘onSelectStateChanged’ event but only when the row changes.
Looking at the source code it seems that column change notifications is not possible (although I can sometimes trigger them with clicks - but just never the keyboard navigation).
Could you either point me in the right direction on how to detect a selected cell change, or provide some code to work around the limitation?
Much appreciated,
- JD