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.


Messages - 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
I resolved it. Copy was set to True in options which has changed in V9

3
i checked the dev js file. Its throwing error on callback when we copy any row or few items from a row

__pq__.trigger -> function name
o[type] is throwing error


4
Sorry i may not be able to share the code as per compliance. But, I think i am not able to copy the cells regardless of pqSelect being used in any cell.

5
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

6
When using with JQuery 3.5.1 with JQueryUI 1.13.x (the latest jQueryUI library). PQGrid does not work.
So, in order to use it. We have to stick to the compatibility with jQueryUI 1.12.x.
Is that correct?

7
Seems we can't we use jQuery UI 1.13.x with PQ Grid 7.7.0.

8
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

9
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]