1. Is there a JavaScript function that gets the indexes of selected rows? As PowerGrid.GetSelectedItems() function gets the IDs of the selected rows and I want to get the indexes of them.
2. If I have a PowerGrid Row object, How can I access the cells of this row to get a specific cell's value using a JavaScript function?