Author Topic: How to display the calculated data in separate column  (Read 1804 times)

EPM Solutions

  • Pro Ultimate
  • Full Member
  • *
  • Posts: 182
    • View Profile
How to display the calculated data in separate column
« 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.
« Last Edit: October 30, 2017, 04:59:23 pm by pankajs »

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6296
    • View Profile
Re: How to display the calculated data in separate column
« Reply #1 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.





EPM Solutions

  • Pro Ultimate
  • Full Member
  • *
  • Posts: 182
    • View Profile
Re: How to display the calculated data in separate column
« Reply #2 on: October 31, 2017, 12:53:58 pm »
Hello Team,

Thanks for your suggestion we will try as suggested :)