ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: iroomct on July 22, 2022, 11:34:58 am

Title: Keyboard movement does not work after adding group model summary to grid options
Post by: iroomct on July 22, 2022, 11:34:58 am
Dear paramvir,
literally. Keyboard movement does not work after adding group model summary to grid options What's the problem here?
Title: Re: Keyboard movement does not work after adding group model summary to grid options
Post by: paramvir on July 22, 2022, 02:17:28 pm
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};
Title: Re: Keyboard movement does not work after adding group model summary to grid options
Post by: hyh888 on July 23, 2022, 11:35:19 am
Should we put these js into another js file and import it?