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 - Punit

Pages: [1] 2 3
1
Bug Report / Gird is not binding properly in chrome browser
« on: January 17, 2024, 04:27:00 pm »
We are facing issue in google chrome browser as grid is not binding in normal browsing mode but in the same pc in INCOGNITO mode the same grid is binding properly.

Please check this issue on priority.

Thanks,
Punit

2
Help for ParamQuery Pro / Re: Reactjs server side pagination issue
« on: February 01, 2023, 04:47:52 pm »
Hello,

Thanks for reply,

I try to pass reactive: false to the grid options and try other options  but server-side pagination not working in reactjs

Please provide any stackblitz link  to reactjs with pqgrid server-side pagination example 

3
Help for ParamQuery Pro / Reactjs server side pagination issue
« on: January 31, 2023, 05:47:21 pm »
Hello Team,

I am using server-side pagination in the PQ grid with reactjs. when i click next button (pagination) getting error 
Uncaught TypeError: Cannot read properties of undefined (reading 'bind')


refer this link : https://paramquery.com/pro/api#method-refreshCM

please let as know how to solve issue in reactjs

 


4
Help for ParamQuery Pro / PQGrid implement reactjs
« on: January 30, 2023, 04:47:43 pm »
Hello,

we are implement PQGrid in reactjs, data get properly in pqgrid but top view in message showing paramquery pro eval

we have already licence Pro Ultimate

Reactjs in following steps -
1.  install pqgrid
2.  download the commercial copy in npm modules then clear cache
     but not remove  paramquery pro eval

Please let us know, how to resolve issue



5
Help for ParamQuery Pro / Excel Values Display Wrong
« on: September 14, 2022, 05:13:08 pm »
Dear Team,
we bind our excel sheet using pqgrid but Some of the values display wrong. Please find the excel file from the URL.

Steps to Reproduce Issue
1.  Click On Balance Sheet Tab
2. Search (ii) Other Financial Assets.
3. In the original file you can see 1313.40 on the right side table and on the web wrong values display 0.00

URL: http://powergst.microvistatech.com/BalanceSheet.xlsx

6
Help for ParamQuery Pro / Get Selected Value
« on: July 15, 2022, 12:38:16 pm »
Dear Team,
How to get the selected value from pqgrid

7
Dear Team,
If we use Excel Sheet with Multiple tabs it then all tabs hide automatically after some activity in pqgrid excel sheet.

8
Help for ParamQuery Pro / Unload Excel File
« on: July 07, 2022, 06:18:28 pm »
Dear Team,
Is there any way to unload the excel file from importWb?

9
Help for ParamQuery Pro / Copy From Excel On Sheet2 not working
« on: July 07, 2022, 12:53:00 pm »
Dear Team,
We try to copy from sheet 2 but we always get the value of sheet 1. We write the below code to copy from 1 grid and paste it to another grid. Is there any alternate way to achieve this? Also if we copy a value from sheet 2 and copy this value to the clipboard then it works fine in local but not in production.


var $grid = $('#spreadsheet').closest(".pq-grid");
 $grid.pqGrid("copy");

var $grid1 = $('#tree_grid').closest(".pq-grid");
$grid1.pqGrid("paste");

10
Help for ParamQuery Pro / Add Loader While Loading FIle
« on: July 06, 2022, 11:40:49 am »
Dear Team,
Is there any way to add a loader while loading the excel file? if we upload a large file then it takes some time so we want to add a loader while uploading an excel file.

11
Help for ParamQuery Pro / Remove Delete Excel sheet Tab Option
« on: July 06, 2022, 10:47:55 am »
Dear Team,
How to remove or hide the Excel sheet Delete Tab (X) Icon?

12
Help for ParamQuery Pro / Get Excel Sheet Tab Number
« on: July 05, 2022, 12:36:10 pm »
Dear Team,
How to Get Excel Sheet Tab Number On CellDBClick Event or any event.

13
Help for ParamQuery Pro / Re: Change ExcelSheet Cell Color
« on: June 30, 2022, 02:17:17 pm »
Dear sir,
We use the same code as you give the example URL. this is working fine in local but it takes too time when we publish this code in the production environment.

14
Help for ParamQuery Pro / Remove + Tab button In Excel Sheet
« on: June 30, 2022, 11:08:03 am »
Dear sir,
We want to display excel sheet tabs but we want to hide + excel sheet tab button.

15
Help for ParamQuery Pro / Re: Change ExcelSheet Cell Color
« on: June 29, 2022, 06:13:46 pm »
 this.Selection().style('background-color', "#ff0099" );

this code takes 5 to 7 seconds to change the cell color. This makes our functionality slow.

Pages: [1] 2 3