Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
I have two grid widgets, in one grid ( grid 1 )I am getting data. Based on grid1 selected row I have to populate data on grid 2. Is there any guide to use this logic ?
Solved! Go to Solution.
Either you can use selected row property of (advance grid) grid 1 and map that infotable to grid2 data or else the service which is giving you data in grid1, bind the selected row(s) ->Data to grid 2. Using this when you select any row in grid 1 it will be populated in grid 2.
Either you can use selected row property of (advance grid) grid 1 and map that infotable to grid2 data or else the service which is giving you data in grid1, bind the selected row(s) ->Data to grid 2. Using this when you select any row in grid 1 it will be populated in grid 2.