In my grid I have selectionModel and groupModel as such:
selectionModel: { type: 'row', mode: 'range' },
groupModel: {
all: true,
dataIndx: ["Status"],
collapsed: [false],
title: [" <b style='font-weight:bold;'>Status: {0} {1} item(s)</b>", "{0} - {1}"],
dir: ["up"],
icon: ["ui-icon-minus", "ui-icon-plus"]
}
When viewed in browser, I am unable to select the last row in the grid. All other rows above can be selected. This happens on all pages in the grid. Always the last row can't be selected. I also tried setting mode to single and block with same results. Same with setting type to 'cell'. Always the last row is unselectable. When clicking on any cell in the row the only visual indication is the cell clicked on geta a dashed-dot border around it.