Hi all,
I have an hierarchical dataset and a form with your standard parent/child grids (parent records displayed in grid at top of form, child grid below changes to show related details when parent changes).
I need to find a way to get the actual datatable row reference by the grid. For instance, the user might double-click on the 4th row in the child grid. In actuality this may refer back to row 12 in the datatable, not 4. How do I determine this number?
Thanks,
O.
I have an hierarchical dataset and a form with your standard parent/child grids (parent records displayed in grid at top of form, child grid below changes to show related details when parent changes).
I need to find a way to get the actual datatable row reference by the grid. For instance, the user might double-click on the 4th row in the child grid. In actuality this may refer back to row 12 in the datatable, not 4. How do I determine this number?
Thanks,
O.