Use changed-tab-event for datagrid load?

Hello there and a happy new year!

Is it possible to bind the load of a datagrid which is located behind a tab to the change-event of exactly this tab?

Something like
Execute "this.grid1.load()" if tabindex == 3?

Thanks in advance,

Martin

Hi @mkfromhighlands and Happy New Year!

You can subscribe to the Change event of the tab and use Execute Code with a Condition ${event.index} == 3

Thanks, works perfectly... it was almost too simple :wink: