1
Help for ParamQuery Pro / pqgrid - Screen/Page is reloading on click of grid header filter icon
« on: October 27, 2023, 09:20:42 pm »
Hi Team,
I am using pqgrid 9.0.2 with angular 14.3. I need your help on below points:-
1. Screen/Page is reloading on click on Filter icon on grid header menu icon.
menuIcon: true,
menuUI:{
tabs: ['filter'], //display only filter tab.
},
2. Row grouping in only doing grouping of current page, how can I group rows on all pages (entire data)?
3. How to remove Filter options which are not required?
4. How to refresh (remove filtering, sorting, grouping) the grid?
I have attached the grid options configuration in the attached file.
Thanks
I am using pqgrid 9.0.2 with angular 14.3. I need your help on below points:-
1. Screen/Page is reloading on click on Filter icon on grid header menu icon.
menuIcon: true,
menuUI:{
tabs: ['filter'], //display only filter tab.
},
2. Row grouping in only doing grouping of current page, how can I group rows on all pages (entire data)?
3. How to remove Filter options which are not required?
4. How to refresh (remove filtering, sorting, grouping) the grid?
I have attached the grid options configuration in the attached file.
Thanks