ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: atmaneuler on November 12, 2020, 02:31:54 pm

Title: Grid lost data when change to other tab
Post by: atmaneuler on November 12, 2020, 02:31:54 pm
I used remote paging for grid in Paramquery Pro version 7.x. I opened many tabs on same screen, when I changed to one of those tabs, data grid on that screen will be disappeared.
In local paging I can prevent but in remote paging I cannot.
How can I prevent it? Please help me.
Title: Re: Grid lost data when change to other tab
Post by: paramvir on November 12, 2020, 03:05:34 pm
Displaying grid in tabs has nothing to do with local or remote paging. You have to take care to refresh the corresponding grid whenever it's container tab is activated.

Example of grids in tabs is here: https://paramquery.com/pro/demos/tabs

Please share a test case via jsfiddle or stackblitz so that I can check your issue.