ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: EPM Solutions on October 30, 2017, 04:56:29 pm

Title: How to display the calculated data in separate column
Post by: EPM Solutions on October 30, 2017, 04:56:29 pm
Hello Support Team,

We are using two grids and need to show calculated data in first grid using second grid.

First Grid Name: Budget
Second Grid Name: Fund
 
Kindly check the attached screenshot for more information and let us know if it is possible to achieve this requirement using paramgrid.
Title: Re: How to display the calculated data in separate column
Post by: paramvir on October 30, 2017, 09:39:22 pm
Intercommunication between grids has to be done manually with help of events and methods.

1. Search for project1 in grid.pdata() in 2nd grid and get total value in that rowData.

2. Search for project1 in grid.pdata() in 1st grid and update the corresponding funded and unfunded fields.

3. listen to change event in 2nd grid and repeat steps 1 & 2.




Title: Re: How to display the calculated data in separate column
Post by: EPM Solutions on October 31, 2017, 12:53:58 pm
Hello Team,

Thanks for your suggestion we will try as suggested :)