Questions tagged [paramquery]
8 questions
3
votes
1 answer
ParamQuery grid (PQGrid) Add new row to nested grid
I am using Paramquery grid and I need to add new row to the detail grid, the new row should be added to the child of the current row.
I tried this :
toolbar: {
items: [
{
…

Hasan Shouman
- 2,162
- 1
- 20
- 26
0
votes
1 answer
How to show nested colModel data in PQGrid?
I am using PQGrid to show data from a json response.
Contents of the json response looks like:
{
"data": [
{
"AAA":{
"A1":2000,
"A2":2000,
"A3":4000
},
"BBB":{
"B1":2800,
…

Hunterr
- 553
- 1
- 8
- 28
0
votes
1 answer
How to render a checkbox disabled in jquery grid for a particular cell(Not the entire row)
When i am loading the page, some of the checkbox's should be disabled and the user should not be able to select them. For example, when loading the page, checkbox for rows with odd "id" should be disabled. But the entire row should not be disabled,…

draner
- 43
- 13
0
votes
0 answers
ParamQuery get parent row
If I have the rowIndx of a row inside a detail grid, how can I get its parent row in the main grid?
See the image please:
the row with the data {1,test} has the parent row with ID CLN00742. How I can get this row?
I went through the API and the…

Plexis Plexis
- 302
- 2
- 12
0
votes
1 answer
ParamQuery ColModel not displaying correctly
I would like to request assistance to verify a behavior of ParamQuery Library, I am not sure what can be related to:
I am trying to implement a ColModel based on each week of the year, this ColModel is dinamic and will change based on the year since…

CrisAlfie
- 111
- 13
0
votes
1 answer
ParamQuery Grid behind a bootstrap tab - how to set min-size of grid?
I have my grid tucked "behind" a bootstrap tab. In other words, you won't see the grid until you click on the tab.
This is causing the grid to collapse to zero size, causing me to have to expand the grid every single time
I tried setting the…
user2738183
0
votes
1 answer
Paramquery: Multiple grids on same page not updating
So I have a primary pqgrid object on the main page and on editing one of the rows, a jquery popup appears with the data corresponding to that row which includes few text fields and another pqgrid.
The first time I click edit, the inner grid is…

amyn
- 922
- 11
- 24
0
votes
1 answer
ParamQuery Jquery Grid plugin not displaying Data
My requirement is I need to display a data in a grid with pagination.Its going to be readonly and no editing is necessary.I looked for lot of plugins and I finally found this ParamQuery Grid from jquery.
http://paramquery.com/demos
Now my…

NewTech
- 316
- 5
- 23