cancel
Showing results for 
Search instead for 
Did you mean: 

Prevent select-event starting automatically

Former Member
0 Kudos

Hello,

is there a solution that prevents the select-event from firing automatically, as soon as a table is filled? Instead it should only be initiated when a user selects a line.

Regards,

Robert

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Robert,

For the select event, when the table is filled with data, the first row is selected by default

That is why the select event is firing automatically

In order to prevent this probelm, you can add the Button Control to the Toolbar of the Table and set to this button some custom action

After that, please change the Event Name on the connection line from select to the custom action name that you just set to the button

Also you can change the Select Mode to Selected data rows

Hope it will solve your problem

Best Regards,

Luba

Former Member
0 Kudos

Hello Luba,

thanks for your reply. However the suggested solution does not fulfill my requirements: I still want the users to navigate using the "select" function. I just want to avoid that the event fires automatically, because of performance reasons...

Regards,

Robert