ParamQuery grid support forum

General Category => Bug Report => Topic started by: fcamarillo590 on August 29, 2014, 09:51:45 pm

Title: Groupmodel cannot select last row
Post by: fcamarillo590 on August 29, 2014, 09:51:45 pm
In my grid I have selectionModel and groupModel as such:
 selectionModel: { type: 'row', mode: 'range' },
 groupModel: {
       all: true,
       dataIndx: ["Status"],
       collapsed: [false],
       title: ["&nbsp;&nbsp;<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.
Title: Re: Groupmodel cannot select last row
Post by: paramvir on September 01, 2014, 10:37:22 pm
Thanks for reporting last row selection while grouping issue. ETA for the fix is by next Mon. Meanwhile I'm moving this topic to bug report.