Suppose you have 2 grid, boths have to have the same number of records, as soon you click on one record in grid1, grid2 have to move to that record.
if this possible?
Printable View
Suppose you have 2 grid, boths have to have the same number of records, as soon you click on one record in grid1, grid2 have to move to that record.
if this possible?
If the records in both grids are not only identical, but also loaded in the exact same order, then setting the row/col of grid 2 to match the row/col of grid one should be easy. Remember that in order for the cursor to pop to the appropriate record in grid 2, grid 2 has to have focus set to it immediately after the click on grid 1.
Both grids have the same code, i mean: Grid1 has the client code and grid2 too, there are order by client code. This means, if you 4 records on grid1 grid2 also have the same records.
P.D: I try to set the focus, but i got an error.