Page 1 of 1

access selected row during eventBeforeRowSelected

PostPosted: Thu Nov 15, 2018 4:36 pm
by JuFi
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!

Re: access selected row during eventBeforeRowSelected

PostPosted: Fri Nov 16, 2018 8:45 am
by Support@SIB
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.

Re: access selected row during eventBeforeRowSelected

PostPosted: Fri Nov 16, 2018 10:12 am
by JuFi
Yes, this kind of workaround was also my first idea. Thanks for your reply.