Hi...
We are trying to set our grid up so if the user clicks a "previous" or "next" button it will select the respective record. When a row is selected, we have a recordselected event that fires and updates other components. My question is, from the client side, how do you know how many items are in the grid and how would you go about selecting the first, last, previous, and next rows.
Also, we have a grid with items that are grouped by job number. When the user selects a row is it possible to get the selected item's index from the datatable as opposed to get_itemIndexHierarchical()?
Thanks in advance,
Lars
We are trying to set our grid up so if the user clicks a "previous" or "next" button it will select the respective record. When a row is selected, we have a recordselected event that fires and updates other components. My question is, from the client side, how do you know how many items are in the grid and how would you go about selecting the first, last, previous, and next rows.
Also, we have a grid with items that are grouped by job number. When the user selects a row is it possible to get the selected item's index from the datatable as opposed to get_itemIndexHierarchical()?
Thanks in advance,
Lars