Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - mflouty

Pages: [1]
1
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


2
We are upgrading to Version 9. But it seems when we select a row and copy. PQselect library is throwing a copy error. Some cells in the grid are using pqSelect.
The copy/past for rows having pqSelect in cells is not working. Please see the screen shot attached

TIA

3
Hi,
We want to upgrade the Jquery UI to latest version. But it seems its not working with ParamQuery Version 7.7.0
When using with Jquery 3.5.1. Please let us know which version of latest jquery work with PQGrid.
A version compatibility of Latest PQGrid and Jquery Libraries will help.

TIA

4
Help for ParamQuery Pro / Export Excel feature
« on: May 10, 2021, 11:11:42 pm »
Hi,

We are trying to remove the usage of the Session in the ASP.net MVC implementation of Export to CSV functionality mentioned @ https://paramquery.com/pro/demos33#. This mentions a HttpPost and HttpGet action method, post saving the session object and get then using it to generate the file.

Is there an implementation which can merge both of them into single action method that avoid usage of Session? There could be other ways like using a file or DB to save the contents but we want to know if there is an implementation inbuilt.

Thanks.

Pages: [1]