ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started 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.
-
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.
-
Hello Team,
Thanks for your suggestion we will try as suggested :)