Skip to main content
Best answer by mnarang

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.

1 reply

mnarang5-Regular MemberAnswer
5-Regular Member
April 29, 2021

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.