Top "Jqgrid" questions

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

jqgrid reloadGrid with loadonce set to true

I am using two jqgrids in one page. second grid i used loadonce: true since i need column sort in …

jquery jqgrid
jqGrid with JSON data renders table as empty

I'm trying to create a jqgrid, but the table is empty. The table renders, but the data doesn't show. The …

php javascript jquery json jqgrid
jqGrid (Delete row) - How to send additional POST data?

I'm having problem with jqGrid delete mechanism as it only send "oper" and "id" parameters in form of POST data (…

jquery jqgrid
How can I hide the jqgrid completely when no data returned?

I'm having a heck of a time trying to only display my jqGrid when records are returned from my webservice. …

javascript jquery plugins jqgrid
can jqgrid support dropdowns in the toolbar filter fields

i am using jqgrid and the toolbar filter. by default its just gives you a textbox to enter data into. …

jquery jqgrid
jqGrid - Default Add/Edit buttons - Processing Server Response

I am working on my first implementation of a jqGrid. I am using the standard add/edit buttons that appear …

jqgrid
jqGrid trigger "Loading..." overlay

Does anyone know how to trigger the stock jqGrid "Loading..." overlay that gets displayed when the grid is loading? I …

jqgrid overlay loading
reload a loaded jqGrid with a different table data

I have a page that displays a table in two different modes. In each mode I have a different set …

jquery jqgrid
jqGrid default sort order?

It appears that the jqGrid sortname and sortorder properties do not actually cause your data set to be sorted - …

jquery sorting jqgrid
Jqgrid - grouping row level data

With jqgrid, is it possible to group the row level data as in the attached image? Basically I wanted to …

jquery jqgrid