Is there any chance to get the DOM
values of the last selected row inside a grid. I could only get the record with values and not the DOM
elements. With DOM
elements I mean the <tr>
element of the row selected.
var selectedRecord = grid.getSelectionModel().getLastSelected();
//only gets the model instance that is selected