jqGrid icon indicating copy to clipboard operation
jqGrid copied to clipboard

jQuery grid plugin

Results 66 jqGrid issues
Sort by recently updated
recently updated
newest added

I installed jqGrid with next command `npm install --save tonytomov/jqGrid#master`. After that, I was trying to import jqGrid `import jqGrid from 'jqGrid';` but it thrown an error `Module not found:...

Example from http://www.trirand.net/demo/javascript/jqgrid/loading_data/scrollbar/index.html Versions of Guriddo jqGrid JS: 4.7.0 and 4.7.1. Add `gridview: true` to repeat bug ``` (function ($) { 'use strict'; $(function () { $('#jqGrid').jqGrid({ url: 'http://trirand.com/blog/phpjqgrid/examples/jsonp/getjsonp.php?callback=?&qwery=longorders', mtype:...

Bug

Hello, our company is the use of financial the jqGrid this plug-in to provide customers with financial statements, the customer has recently proposed a demand, they want the columns of...

Enhancement
Question

I have planned to use the jqgrid in my project. I have layout like konbon view. I have try to drag outside body it makes scroll bar PFA Thanks Advance...

Problem

Question / enhancement. is there a way to replace the default alert with a custom dialog alert? I all my search i see that you can replace the default message...

Enhancement

Hello I am using jqGrid version 4.6 in my project to display ratings. I have nodes with levels and child nodes( determined based on parent attributes) I am trying to...

i use iframe in page. i use jqGrid table,when i edit rows,mask div not in screen ,The problems are as follows. ![qq 20160303132620](https://cloud.githubusercontent.com/assets/8371584/13485530/c79fc184-e143-11e5-8ed6-d41487e5f761.png)

Problem

Can you please include the license file(s) in the source code. It will help with our compliance checklists in that we won't have to add an extra step to manually...

Hi, I've just written a custom `formatter` and `unformat` for a property containing a JavaScript array. Unfortunately this breaks with the jqGrid when the array is non-empty, more specifically when...

Enhancement

http://jsfiddle.net/ht16273t/ As the above Fiddle demonstrates, moving rows between grids doesn't seem to update each grid's pagination. This leads to pages not being added in the destination (and the row...

Bug