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

Good afternoon, I'd like to propose a new feature for jqGrid, although it's probably more a feature for the inline editing functionality. Other grids (such as Microsoft's DataGridView) allow you...

Enhancement

Hi, I am using jqgrid 4.6. Is there a workaround to make treegrid work with frozen columns?

Enhancement

Now u can use only siple by-id-selector fror pager there must be possible to use any selector, dom element or jquery object for it.

Enhancement
Question

Hi Tony, I'd like to suggest an enhanced feature for the _groupingView.groupOrder_ property. Right now _groupOrder_ is an array that only accepts the strings "asc" and "desc". This makes it...

Enhancement

I'd like to propose an enhancement to jqGrid's _textarea_ inline edittype. This feature currently allows multi-line input, which is excellent. The drawback is that even with '_keys: true_' this data...

Enhancement

Title explains it all. Here is an example of the issue: http://jsfiddle.net/saravanaj/ozp8xygm/2/ In the status column model I have defined `cellattr` as: ``` cellattr: function() { return "data-some-cell-data='Title'"; } ```...

Bug

Hi Tony, when initializing the navigator we have to do this: jQuery("#grid_id").jqGrid( 'navGrid', '#gridpager', {parameters}, prmEdit, prmAdd, prmDel, prmSearch, prmView ); Why we dont do this: jQuery("#grid_id").jqGrid( 'navGrid', '#gridpager', {parameters},...

Enhancement

When creating filters with complex UI elements (for instance date-time input which consists of two separate input fields, of when the text that was entered has to be processed before...

Enhancement

For usability, it would be nice if clicking the name of the group collapsed / expanded the group in the same fashion as clicking the plusicon or minusicon element.

Enhancement

jqGrid allows for creating groups based on the data, but if the user already knows what the groups will be, they have no way of specifying which ones should be...

Enhancement