Top "Jqgrid" questions

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

jqGrid - how to set grid to NOT load any data initially?

How can you create a grid but not load any data? If I omit the url option then the loadError …

jquery jqgrid load
jqgrid getRowData returns null

I have the code below: $buttonoptions = array("#pager", array( "caption" => "Select Product", "onClickButton" => "js: function() { var selr = jQuery(…

jquery jquery-plugins jqgrid jqgrid-php
Does jQuery jqGrid support horizontal scroll bar and frozen columns?

I have a jqGrid with a lot of columns, and it shows up like this when the sum of the …

jquery jqgrid horizontal-scrolling
Custom delete button in jqGrid

I'd like to implement my own delete functionality in jqGrid. I'm currently using the built-in UI (select row, press trashcan …

jquery jqgrid jqgrid-asp.net
"Undefined" message in jqgrid, "b.jgrid.formatter is undefined"

when I'm sending JSON response to jqgrid I get "undefined" message across it and Firebug is telling me this: b.…

jquery jqgrid undefined
jQuery - jQGrid - expand,collapse subgrid on grid row click

Here there is an answer on how to expand a subgrid when we click a row using: onSelectRow: function(rowId) { $("#…

javascript jquery jqgrid subgrid
How to read userData in jqgrid?

I need to pass userData to jqgrid, but can't find any examples of how to do this. Here's my attempt: …

jquery json jqgrid user-data
Get all rows data of a JQGrid in codebehind?

I'm adding some rows data to my JQGrid on client side with javascript : var grid = jQuery("#<%= JQGridMembers.ClientID %>"); …

c# asp.net jqgrid code-behind jqgrid-asp.net
Expanding jqgrid subgrid

I have a jqgrid that has a subgrid. How can I expand the subgrid without having to click on the …

jquery jqgrid subgrid
Persisting jqGrid column preferences

I've got a few jqGrids on my ASP.NET MVC 3 application that have a number of columns. I added the …

asp.net-mvc asp.net-mvc-3 jqgrid