Hi,
i have a product grid with more than 1 page (15 pages) with 10 row per page with selectionModel: { type: 'row', mode: 'block' },. When i get selected rows from first page it works perfect with function
var ids = this.SelectRow().getSelection().map(function(rowList){
return rowList.rowData.id;
});
The problem is when i move forward to 2, 3 or next pages and get selected rows and shows a error:
Uncaught TypeError: Cannot read property 'pq_rowselect' of undefined
at n.getSelection (pqgrid.min.js:17:7043)
at e.(anonymous function).(anonymous function).listener (eval at <anonymous>