How to get selected rows of a grid panel in ExtJs?

Viewed 29938

I want to get the surname fields of the selected rows. This one does not work at all:

users.getSelectionModel().getSelections();

1 Answers
Related