Row and Cell click events #750
viktor-whole-tech
started this conversation in
General
Replies: 1 comment
|
Hi! RevoGrid does not have a separate rowclick event. Use beforecellfocus for cell interaction; its detail includes both the clicked cell information and the complete row model. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey everyone. How can I handle cell and row clicks in vue? Are there any kind of events for that?
All reactions