First of all, I'm three days into this toolset, and it's amazing, thank you for all the support!
I have a grid on a hidden tab. The grid ALWAYS has the same filtered data from the datasource. I could pass the criteria in a filterData call and set the autoFetch to false, however I would rather somehow initialize the grid with the right criteria and set autoFetch to true so nothing will happen until the tab is selected.
How do you set initial criteria in the grid while using autoFetch: true?
I have a grid on a hidden tab. The grid ALWAYS has the same filtered data from the datasource. I could pass the criteria in a filterData call and set the autoFetch to false, however I would rather somehow initialize the grid with the right criteria and set autoFetch to true so nothing will happen until the tab is selected.
How do you set initial criteria in the grid while using autoFetch: true?
Comment