Skip to main content

Questions tagged [jqgrid]

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

0 votes
1 answer
19 views

jqGrid - Show Page Numbers In Export To PDF

I'm using Guriddo jqGrid JS-v5.8.2 with pdfmake 0.2.7 I can print the jqGrid to PDF, but I want the print out to show page numbers in the footer for example. Here's what I have $("#...
Beachdog's user avatar
  • 155
0 votes
0 answers
6 views

JQGrid Header Filter of Filter

I have used free JQgrid4.15.1 version and took help from some of below portals for implementing and creating a JQgrid table with inline edit functionality. [1]: https://www.codeproject.com/Articles/...
Ashutosh Tiwari's user avatar
1 vote
1 answer
50 views

dynamically modify the value in jqgrid

I have two grids, in first I select a value and in second I display the same row but make it editable. It looks like this: jQuery("#GridSelectedProducts").jqGrid({ height: '100%', ...
magicalKhachapuri's user avatar
0 votes
1 answer
24 views

Attempting to sort jqGrid locally still calls server side sorting functionality

I have a jqGrid that is filled with data from the server similar to below: $("#dataGrid").jqGrid({ url: 'url/load.json', datatype: 'json', mtype: 'POST', ... ...
MotoDave452's user avatar
0 votes
0 answers
21 views

JQGrid Grouping Rows at Multiple Levels with No Pagination Performance Degrade

I have a requirement in which I need to group a JQGrid table in 5 different row levels and I am not allowed to use any pagination. So all the data need to show up. the table has 5000 rows in total. ...
user23665660's user avatar
0 votes
0 answers
17 views

I am facing one issue after upgrade the jquery jqgrid to 4.13.5 .I want to colspan 2 to cellattr and it is not working

`cellattr : dashboardView.handleColSpan handleColSpan : function(rowId, value, rowObject, colModel, arrData) { var pos = Utils.getInt(rowId.replace('jqg', '')); // var pos = Utils.getInt(rowId)...
Midhun R S's user avatar
0 votes
1 answer
30 views

JQgrid using http instead of https to load content in OnSelectGrid function, causing Mixed Content Type error

One of the sites I am working on uses JQgrid to manage a grid of items on its administration page. Selecting one of these items loads up a modal popup that allows said item to be edited. The HTML that ...
user3703570's user avatar
0 votes
1 answer
42 views

jqGrid filterToolbar Searching not excluding hidden columns

I am using jqGrid [3.7.1] and on that using below code to hide some columns jQuery("#gridId").jqGrid('hideCol', ["Col5", "Col7", "Col9"]); And we also have ...
Posto's user avatar
  • 7,500
0 votes
1 answer
42 views

How to show jqgrid columns as dropdown?

enter image description here $(function () { "use strict"; $("#grid1").jqGrid({ colModel: name: "name", label: "Client", width: 53, editable: true, ...
Ram's user avatar
  • 1
0 votes
0 answers
24 views

Plus icon appearing incorrectly in grid

For my grid I have the following configuration: subGrid: true, subGridOptions: { // configure the icons from theme rolloer plusicon: "fa fa-plus", ...
rboarman's user avatar
  • 8,207
0 votes
0 answers
34 views

JQGRID searchoptions multiselect with input field

Good days. I have: { name: 'resellerDesc', index: 'resellerDesc', label: 'Supplier', align: 'left', ...
Micheale's user avatar
0 votes
1 answer
23 views

Editing inline cell changes same row number on first page

I'm starting out with a blank grid, then have an icon to browse for a spreadsheet that can import a list of users. My grid is set up like this: $grid.jqGrid({ datatype: 'local', ...
G.Price's user avatar
  • 77
0 votes
0 answers
45 views

jqgrid addRowData gives error "v.p.data.push is not a function"

I want to create two tables through Jqgrid and add data to another table when I click the row of one table. Click to move the data to another table, but an error similar to "v.p.data.push is not ...
Jong Hyuk Lee's user avatar
0 votes
2 answers
50 views

jqGrid onSelectRow jqGrid is not a function error

I am trying to get selected row from jqGrid but its failing onSelectedRow event. Gird itself loads the data without any issues. Error only on selected row event. What am i missing here. Below is my ...
RDeveloper's user avatar
0 votes
0 answers
56 views

How to set a min height on a jqgrid which needs to have height: 'auto' so it can expand as needed

In a .net6 web application, I have a jqgrid that currently height: 'auto'. Some of the columns in the grid have a dropdown. The problem is that when there is only one row in the grid then values in ...
user1372603's user avatar

15 30 50 per page
1
2 3 4 5
723