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

Pages: [1] 2 3 4
3
Hello,

I am getting the following error when trying to export a pqGrid:
Uncaught Error: no such method 'exportData' for pqGrid widget instance

The error occurs on this line:
Code: [Select]
var blob = $("#grid").pqGrid("exportData", {
    filename: "Report",
    format: "xlsx",
    sheetName: "Sheet1"
});

What I have checked:

The grid loads and works normally (sorting, paging, etc.).

The error happens only when calling exportData().

It appears that the exportData method is not available on my pqGrid instance.

4
Is there any update in new release?

5
I'm experiencing an issue when using a filter textbox on my Android tablet in the Chrome browser. When I tap on the textbox, the on-screen keyboard briefly pops up but then immediately closes, making it impossible to enter any text.

Has anyone encountered a similar problem? Any suggestions for a fix would be greatly appreciated.

Thanks in advance for your help!

6
Help for ParamQuery Pro / Re: horizontal scroll
« on: January 19, 2024, 03:36:49 pm »
i want, when i open grid it scrolled on right end side

7
Help for ParamQuery Pro / horizontal scroll
« on: January 16, 2024, 11:01:43 pm »
Hello

I am currently working on some task and i have some difficulties regarding horizonatal scrolling,in my grid everyday its create new column and i wanted to show that grid with by default horizontal scroll with right end

please give some solution for that.

thank you.

8
Help for ParamQuery Pro / Re: Export excel hidden column width
« on: January 10, 2024, 07:55:00 pm »
Thanks its wrk

9
Hello
right now i have facing some issue regarding export to excel,
have some dynamic coulms which are hidden and  that is okay while export its there in export but issue is only column width is 0.

i have tried with set width in colmodel, in eachcell function set manually width but its not working
please give some solution for set hidden column width in export excel

thank you

10
Help for ParamQuery Pro / Re: v9.1.0 bug
« on: December 11, 2023, 06:01:32 pm »

11
Help for ParamQuery Pro / ColModel return object
« on: November 20, 2023, 09:27:43 pm »
In column model
Code: [Select]
filter: {                     
crules: [{condition: 'range'}],
gridOptions: {
stripeRows: false,
filterModel: {header: false}
},
options: [                 
{"": lang.allTxt},
{"0:1": "days <= 1"},
{"1:7": "1 < days <= 7"},
{"7:14": "7 < days <= 14"},
{"14:21": "14 < days <= 21"},
{"21:30": "21 < days <= 30"}
],
//override range compare.
conditions: {
range: {
compare: function (cellData, val) {
console.log("cellData", cellData, "val", val);
return true;
}
}
}
}

If cellData is an object it returns a [OBJECT OBJECT] (see red)....

12
Help for ParamQuery Pro / Re: tree grid and dragg and drop
« on: September 25, 2023, 06:35:18 pm »
Thank you very much its work nice but i wanted to do drag and drop with selected row
becuse right now its dragg and drop with left column 1st column

i wanted to click and hold selected row and then drag and drop

13
Help for ParamQuery Pro / Re: tree grid and dragg and drop
« on: September 21, 2023, 09:07:48 pm »
Thank you very much

14
Help for ParamQuery Pro / tree grid and dragg and drop
« on: September 19, 2023, 04:37:18 pm »
Here i would like to attach my video of tree view grid with drag and drop features
#================
1 - Ctrl + click ------ select multiple rows
2 - click select ------ drag and drop
3-  multiple selected --- drag and drop
4-  could have drag and drop any root node or child node
5- single click select row
6- colleps and expand features

please check below link video

https://drive.google.com/file/d/1fzVtEwdC053lcX15TBlKv-HGcj2h0XpX/view?usp=drive_link

thank you

15
Help for ParamQuery Pro / Re: Move row selection along with focus
« on: August 08, 2023, 07:59:30 pm »
yes row selectiion is work but i wanted to select multiple row if poosible select with shift or ctrl key like
with shift key select bunch of row and ctrl key select multiple rows from grid

Pages: [1] 2 3 4