jqGrid
jqGrid copied to clipboard
jQuery grid plugin
Nice Work Tonytomov :-) I want to use jqGrid with Bootstrap4, the Files are packed with Webpack and are correctly loaded in DOM. js: ```javascript const $ = require('jquery'); import...
While trying 5.5.4 on IE11 we got several errors, caused by function parameter with default values. (i.e. setGridWidth or resizeGrid) Has the support for IE11 been dropped? Or we are...
Hello is there a Typescript Definitions file available for jqGrid? I found https://www.npmjs.com/package/@types/jqgrid but it looks outdated.
Hello. I have a requirement to add the following Content Security Policy mega tag to my application, but when I do I see errors in the browser console because the...
version 5.4 and 5.5.1 all tried. I try to use pace.js and treegrid ( datagrid ) ,sometimes data cann't load correctly。ajax request retrurn code 200,and loading is still show.and i...
Hi Tony, We are using jqGrid and just upgraded to newer version 4.6.0 its really awesome :+1: Our client is having some kind of requirement where they want to a...
After some trial and error and looking at the exported XLSX code it appears the exported aggregate summary rows are not properly formatted when exported to excel via the `exportToExcel`...
How can I wire up two sub grids using a sub grid icons for each side by side and trigger them independently instead of show them one sub grid below...
Hello, I'm trying to implement a grid with Inline Editing. The grid works find and all the functions are working OK. One problem which I see is that when saving...
Prior to the fix (71f25da0ad3159422413f5b83d3efbd23c29525a) for #819, non editable columns were not restored. - I don't think it makes sense to do so as fix for that bug. There ought...