access selected row during eventBeforeRowSelected
3 posts
• Page 1 of 1
access selected row during eventBeforeRowSelected
Hi,
I have a function which is executed on eventBeforeRowSelected. At this time the clicked row is not yet selected. Is there a possibility to still access this row (which will be selected after the beforeRowSelected event) or the id for this row?
Thanks in advance!
I have a function which is executed on eventBeforeRowSelected. At this time the clicked row is not yet selected. Is there a possibility to still access this row (which will be selected after the beforeRowSelected event) or the id for this row?
Thanks in advance!
- JuFi
- Posts: 12
- Joined: Thu Oct 11, 2018 2:20 pm
Re: access selected row during eventBeforeRowSelected
Currently, the event doesn't contain the "possible new row". We'll open a Feature request for this.
As workaround: Save the row number in before row selected and reset the row number in after selected event.
As workaround: Save the row number in before row selected and reset the row number in after selected event.
-
Support@SIB - Posts: 353
- Joined: Mon Sep 28, 2009 1:56 pm
Re: access selected row during eventBeforeRowSelected
Yes, this kind of workaround was also my first idea. Thanks for your reply.
- JuFi
- Posts: 12
- Joined: Thu Oct 11, 2018 2:20 pm
3 posts
• Page 1 of 1