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

Pages: [1] 2
1
Help for ParamQuery Pro / Re: Prevent Grid Collapse
« on: October 15, 2019, 02:29:37 pm »
Only update operation.
I am using the following lines of code

 $("#grid1").pqGrid("loadState", { refresh: true });
 $("#grid1").pqGrid("refreshCM");

It is not refreshing the grid and that's preventing the rowGrouping from collapsing.
But I want to achieve grid refresh without the rowGrouping getting collapsed.


2
Help for ParamQuery Pro / Re: Prevent Grid Collapse
« on: October 07, 2019, 07:45:51 pm »
hi,
this one is really important.
Please let me know if any further information is required on this.

3
Help for ParamQuery Pro / Prevent Grid Collapse
« on: September 27, 2019, 08:12:05 pm »
hi,

I have a grid that gets collapsed after I make some changes and save.
I want to retain the expanded state of the grid for the rows that I've expanded.
How can I achieve that using API 5.1 ?

4
Hi,
I want the grand-summary line(yellow in color) to exclude the value of (+blank) row.

Now: Total(grand-summary) = 33, 998.03 including 6156.06(blank)

Requirement: Total(grand-summary) = 33,998.03 - 6156.06 = 27,841.97

5
Help for ParamQuery Pro / how to upgrade to 5.6 from 5.0
« on: September 19, 2019, 06:58:45 pm »
Hi,
How can I easily upgrade from API 5.0 to API 5.6?
The reason for upgrading is to use the filter feature in 5.6.

Or is there another way where i can use the filter functionality of 5.6 in the existing 5.0 API version?


Thanks


6
Help for ParamQuery Pro / Tab or arrow key issue with hidden column
« on: November 01, 2018, 11:07:34 am »
When your last column in colModel is hidden and if you try to change the focus to next cell using arrow key or tab key at last visible column browser stuck and so message. It freez the entire view. Please find screenshot of browser.

7
Help for ParamQuery Pro / Dropdown in column from database
« on: October 26, 2018, 10:14:11 am »
I bind dropdown in column for edit purpose which has its value part and lable part.
Now when i fetch data in datamodel it return id for that coumn means value part. I want to display appropriate label  for that id.
And when I edit i want to send its id part in backend.
Find below code.

 colM.push({ title: '<b>PSL</b>', dataIndx: 'pslId', align: "center", width: 100, editable: true, editor: { type: "select", mapIndices: { text: "name", pslId: "pslId" }, labelIndx: "name", valueIndx: "pslId", options: optPSL } });

Please help.

8
Help for ParamQuery Pro / How to get selected cell info
« on: August 14, 2018, 02:30:06 pm »
How to get selected cell dataIndx, rowIndx and other information?
Right now I am using cellclick for that purpose.

9
Help for ParamQuery Pro / Re: disable row edting
« on: August 08, 2018, 02:10:16 pm »
That's not work for me. I have conditions for each column for editable purpose. That will overwrite by column template. Please find screenshot.
Row with blue color are non editable but in that "Plan'18" column should be editable always.
Column with "ACT" header is always non editable at the same time and column with "LTF" header is in editable mode.

10
Help for ParamQuery Pro / Re: disable row edting
« on: August 08, 2018, 12:10:45 pm »
I achieved conditional row editing by editable callback. But is there any way to make exception for one column.
I want one column always editable.
Thanks.

11
Help for ParamQuery Pro / Re: styling in groupmodel
« on: August 06, 2018, 05:01:38 pm »
I achieved it with rowInit and pq_gtitle.
Thanks.

12
Help for ParamQuery Pro / styling in groupmodel
« on: August 06, 2018, 04:39:32 pm »
can we set styling to grouped title row?

13
Help for ParamQuery Pro / grandSummary data in 1st row
« on: July 27, 2018, 01:56:10 pm »
Want to display grandsummary data in 1st row of grid with groupmodel.
Is there any way to do that?

14
Help for ParamQuery Pro / Re: groupmodel
« on: July 23, 2018, 09:30:39 am »
Thanks.

15
Help for ParamQuery Pro / groupmodel
« on: July 20, 2018, 06:10:44 pm »
Can we hide operation name in summary row of group by?

Pages: [1] 2