Hi. I'm trying to get the X and Y offset from a selected row in a Listgrid. I can't find a function like getOffsetY() for ListGridRecord. Also, the row is selected programmatically, meaning I can't put in a clickhandler to grab the coordinates. Any suggestions? Thanks.
Announcement
Collapse
No announcement yet.
X
-
Hi gazebo888,
is this to show a context menu or similar? See EventHandler and it's static methods.
JS Example with hoverComponent
See here for Menu
Best regards
Blama
Comment