ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: Jignesh on February 20, 2020, 12:23:10 pm
-
Hi Paramvir,
You have any demo for multiple tabs grid on the same Page.
So I can easily understand how it works and applies with different grid instance.
Thanks,
Jignesh
-
Please check this example: https://paramquery.com/pro/demos/tabs
-
Hi Paramvir,
I have created a dynamic tab and added grid so please give me this type demo. so I will write code accordingly.
Thanks,
Jignesh
-
Please give your feedback on same.
-
I've already shared the example in my previous post
https://paramquery.com/pro/demos/tabs
-
Hi Param,
I have not able to get detail of changes in grid1 and grid2.I have got only last opened grid data on save.
My requirement:
1) If Grid1 is active and click on the save button then only get Grid1 changes data.
2) If Grid2 is active and click on the save button then only get Grid2 changes data.
Please do the needful.
Thank you,
Jignesh
-
Active tab can be obtained from active option: https://api.jqueryui.com/tabs/#option-active
In your save button click logic, if active tab is 0, then get changes of grid1, if active tab is 1, then get changes of grid2.
hope it helps.
Please share a jsfiddle of your implementation if you are still facing issues.
-
Hi Param,
You have given example https://paramquery.com/pro/demos/tabs
In this example how I will get changes in cells on save of grid1 and grid2 ?
In client side grid object given error so How I will get grid/$grid object value?
Thanks,
Jignesh
-
Please check this example created for you:
https://stackblitz.com/edit/paramquery-demo-tigq75?file=index.js