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

Pages: [1] 2
1
Thank, perfect it worked.

2
I have a grid where I want to display the sum of value entered for a group. I am currently able to display the sum at the beginning, but if I change the value it does not recalculate it.

How can I achieve this ?

please advise.

thx
Prabhu

3
Hi,

I wanted to implement the spinner/NumericTextbox functionality in the pqgrid Add/Edit option ?

Let me how can I implement it.

Refer to the Order Value column in below example:
http://demos.shieldui.com/web/numerictextbox/grid-integration

thx
Prabhu


5
Hi.

I have a grid with type as select, and I want to hide a column on another grid.  I saw the example on (http://paramquery.com/demos/showhide_columns). I want to implement something similar, but instead of menu, I will have the checkbox on a grid ?  I tried the event rowSelect, rowUnselect, cellSelect and cellUnselect, but all four does not trigger the event.

Kindly advise, how can I trigger an event when the checkbox is selected or unselected ?

thx
Prabhu

6
Atleast is there a way to disable the indicator (+) ?

I'm afraid it's not feasible in version 2.0.4

7
I am working with the nested grids, and I would like to hide/disable the detail grid and indicator (ui-icon-plus) when the child datasource returns empty.

How can I acheive this ?

thanks
Prabhu

8
Can someone share some pointer on how I can achieve this ?

Let me know if the question is not clear. Thx

I am working with the grids, and I would like to hide the detail grid and indicator (ui-icon-plus) when the the datasource returns empty.

How can I acheive this ?

thanks
Prabhu

9
I am working with the grids, and I would like to hide the detail grid and indicator (ui-icon-plus) when the the datasource returns empty.

How can I acheive this ?

thanks
Prabhu

10
Help for ParamQuery Grid (free version) / Re: Filter does not work
« on: May 17, 2016, 10:50:15 pm »
put logic on the remote side and it works like gem.

thanks for the help.

11
Help for ParamQuery Grid (free version) / Re: Filter does not work
« on: May 17, 2016, 06:28:50 pm »
I changed the filterModel on as true, still no luck

Is it required to specify the filter.option ?

When I put a debbuger on the getData: function, I see that it is getting all the dataJson has recordFiltered: null.

data:Array[1432]
draw:null
error:null
fieldErrors:Array[0]
id:null
meta:Object
options:Object
recordsFiltered:null
recordsTotal:null
row:null
__proto__:Object

12
Help for ParamQuery Grid (free version) / Filter does not work
« on: May 17, 2016, 02:24:52 am »
Hi,

I am trying to implement the Remote filter option in the grid, I am not sure what am I missing.

Here are the step I have done:
1.  colModel: {   title: "Country", width: "160", align: "left", dataIndx: "COUNTRY_NAME",
   filter: { type: 'textbox', condition: 'begin', listeners: ['keyup'] }
     }

2.  filterModel: { on: false, mode: "AND", header: true  }

3. dataModel: {
            location: "remote",
            sorting: "local",
            dataType: "JSON",
            sortIndx: "COUNTRY_NAME",
            recIndx: "COUNTRY_NAME",
            method: "GET",
            getData: function (dataJSON) {
               var data = dataJSON.data;
               //expand the first row.
               data[0]['pq_detail'] = { 'show': true };
               return { data: data };
            }

Whenever I type any thing on the Filter option, it does not filter, but show the entire dataset.

Please advice, what am I Missing ?

thx
Prabhu

13
Beautiful, it works like a gem.


14
Hi

How do I get the handle of nested grid ?

for example: I have main grid (M) and multiple child grids (CM) and each child can have multiple grid (CC). How do I get the handle for (CC) ?

________MM
__________CM
____________CC

NOTE:  Currently I have downloaded in basic version, how do I upgrade it to PRO version ? please advise.


Thx
Prabhu

15
Hi

How do I get the handle of nested grid ?

for example: I have main grid (M) and multiple child grids (CM) and each child can have multiple grid (CC). How do I get the handle for (CC) ?

________MM
__________CM
____________CC

Thx
Prabhu

Pages: [1] 2