This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information

access selected row during eventBeforeRowSelected

General questions regarding the development with JVx.

access selected row during eventBeforeRowSelected

Postby JuFi » Thu Nov 15, 2018 4:36 pm

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!
JuFi
 
Posts: 12
Joined: Thu Oct 11, 2018 2:20 pm

Re: access selected row during eventBeforeRowSelected

Postby Support@SIB » Fri Nov 16, 2018 8:45 am

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.
User avatar
Support@SIB
 
Posts: 353
Joined: Mon Sep 28, 2009 1:56 pm

Re: access selected row during eventBeforeRowSelected

Postby JuFi » Fri Nov 16, 2018 10:12 am

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


Return to Development