Author Topic: Groupmodel cannot select last row  (Read 3639 times)

fcamarillo590

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 3
    • View Profile
Groupmodel cannot select last row
« 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.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: Groupmodel cannot select last row
« Reply #1 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.
« Last Edit: September 01, 2014, 10:42:03 pm by paramquery »