Top "Jqgrid" questions

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

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 …

jquery jqgrid ui-select2
How to get a jqGrid selected row cells value

Does anyone know how to get the cells value of the selected row of JQGrid ? i m using mvc with …

jquery asp.net-mvc jqgrid jqgrid-asp.net
How to get a jqGrid cell value when editing

How to get a jqGrid cell value when in-line editing (getcell and getRowData returns the cell content and not the …

jqgrid cell
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 …

javascript jquery jqgrid
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 …

javascript jquery jqgrid grid resize
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 …

javascript jquery jqgrid
jqgrid reload grid after successful inline update / inline creation of record

I'm wondering how I can trigger reloadGrid after an inline edit of a row. <script type="text/javascript"> …

jquery jqgrid
Change style of jqGrid

I am using jqGrid 3.5. Can I change the style and look of the grid and make it more beautiful using …

javascript jquery css jqgrid
Retrieving selected rows from jqGrid

I have jqGrid 3.5 (full) mostly working. I have it retrieving data with the multi-select option on. The one part I …

jquery jqgrid
JQGrid, change row background color based on condition

I have the following jqgrid that uses the jquery ui theme imported to my master page. $("#shippingscheduletable").jqGrid({ url: $("#shippingscheduleurl").…

jquery asp.net-mvc jqgrid