Hello,
I dont understand if OnScriptInit in grid app is executed before or after the execution of the select query.
Documentation says:
“Grid - onInit
Second event to be executed, before the execution of the main select, it is triggered whenever the application is loaded. For example, after using the advanced filter.
In it, all application variables and libraries are available for use.”
But to me it seems it executed AFTER and NOT BEFORE the main select