Questions tagged [jqgrid]

jqGrid is an Ajax-enabled jQuery plugin that provides a solution for representing tabular data on the web.

jqGrid is an Ajax-enabled JavaScript control that provides solutions for representing and manipulating tabular data on the web. Since the grid is a client-side solution loading data dynamically through Ajax callbacks, it can be integrated with any server-side technology; PHP, ASP, JSP/Java Servlets, ColdFusion, Perl, etc.

jqGrid is a plugin for the jQuery JavaScript Library and thereby supports many web browsers.

jqGrid can be used under MIT/GPLv2 licence in the versions till 4.7. Starting with version 4.7.1 jqGrid is now Guriddo and it can be used under Creative Commons Attribution-NonCommercial 3.0 License.

The free version of the fork of jqGrid 4.7 will be developed under MIT/GPLv2. It is available on GitHub here under the name "free jqGrid" or from CDNs. The corresponding Wiki documentation can be found here.

Resources
- jqGrid's jQuery plugin page
- jqGrid Documentation Wiki
- jqGrid Forum
- jqGrid Demos
- jqGrid on GitHub

10872 questions
186
votes
16 answers

How do I change selected value of select2 dropdown with JqGrid?

I'm using Oleg's select2 demo, but I am wondering whether it would be possible to change the currently selected value in the dropdown menu. For example, if the four values loaded were: "Any", "Fruit", "Vegetable", "Meat" and the dropdown list…
Adam K Dean
  • 7,387
  • 10
  • 47
  • 68
81
votes
12 answers

Resize jqGrid when browser is resized?

Is there any way to resize a jqGrid when the browser window is resized? I have tried the method described here but that technique does not work in IE7.
Justin Ethier
  • 131,333
  • 52
  • 229
  • 284
59
votes
3 answers

How to filter the jqGrid data NOT using the built in search/filter box

I want users to be able to filter grid data without using the intrinsic search box. I have created two input fields for date (from and to) and now need to tell the grid to adopt this as its filter and then to request new data. Forging a server…
Jimbo
  • 22,379
  • 42
  • 117
  • 159
55
votes
7 answers

Hidden Columns in jqGrid

Is there any way to hide a column in a jqGrid table, but have it show as read-only when the row is edited in the form editor modal dialog?
maxpower47
  • 1,666
  • 1
  • 10
  • 14
54
votes
4 answers

Wrapping Text lines in JqGrid

Can you get lines of text to wrap in JqGrid? I have had a look round but i can't find anything.
beakersoft
  • 2,316
  • 6
  • 30
  • 40
52
votes
8 answers

jqGrid does not render correctly in Chrome/Chrome Frame

Currently using Chrome v19.0.1084.46 (Official Build 135956) beta-m jqGrid 4.3.2 (latest release) The problem is that no matter the size of my grid, columns, or containing div, a small fraction of my last column gets pushed beyond the edge of the…
IronicMuffin
  • 4,182
  • 12
  • 47
  • 90
47
votes
15 answers

How to show all rows in the jqGrid?

jqGrid exposes a property rowNum where you can set the number of rows to display for each page. How do you set the grid to just display ALL rows? Right now I'm just setting the rowNum to something really high like <%= int.MaxValue %> but I'm…
Jon Erickson
  • 112,242
  • 44
  • 136
  • 174
44
votes
4 answers

How to refresh the data in a jqGrid?

I have been trying to get a grid to be updated from the datasource when a button is pushed. So I have in the click event something like this: $('#grid').jqGrid('trigger','reloadGrid'); However this does not work and I get an error thrown for…
Earlz
  • 62,085
  • 98
  • 303
  • 499
42
votes
14 answers

Possible to make jqGrid stretch to 100%?

Is it possible to make it so that a jqGrid will have a width set to 100%? I understand that column widths must be an absolute pixel size, but I've yet to find anything for setting the width of the actual grid to a relative size. For instance, I want…
Earlz
  • 62,085
  • 98
  • 303
  • 499
42
votes
2 answers

Detect with JQuery when a select changes

I have a Jqgrid which dynamically generates selects like this: