Author Topic: Keyboard movement does not work after adding group model summary to grid options  (Read 356 times)

iroomct

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 2
    • View Profile
Dear paramvir,
literally. Keyboard movement does not work after adding group model summary to grid options What's the problem here?
« Last Edit: July 22, 2022, 11:53:54 am by iroomct »

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6122
    • View Profile
Please add this patch for v8.4.0 after including pqgrid.min.js

Code: [Select]
jQuery.paramquery.cGroup.prototype.onCellKeyDown=function(t,e){var n=this.colUI;if(n&&e.dataIndx==n.dataIndx&&32==t.keyCode)return this.that.getCell(e).find("input").click(),!1};

hyh888

  • Pro Enterprise
  • Full Member
  • *
  • Posts: 128
    • View Profile
Should we put these js into another js file and import it?