Grid widget
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 ?
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 ?
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.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.