Skip to main content

All Questions

Tagged with
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
2 answers
78 views

Change Specific Column Header Background Colors of jqGrid Table

I have looked at the following post, but have not been able to get it to work for me: jqGrid change background color of specific column headers I have tried the following css entries, but none of them ...
FlyFish's user avatar
  • 515
0 votes
0 answers
57 views

How to get a custom grid param in jqGrid jQuery?

net web forms project and I get data with this format from my ashx.cs http handler file (server side) : {"total":1,"page":1,"records":10,"userData":{"...
PEDRAM POURHAKIM's user avatar
0 votes
1 answer
75 views

How to sort numbers properly in column in format x e y (as power of 10)

I have numbers represented as power of 10, for an example 5e6 (5 000 000), 4e4 (40 000). Is there an elegant way to sort them in jqgrid properly by their values? I have an unholy idea to calculate ...
dllhell's user avatar
  • 1,996
1 vote
2 answers
2k views

How to access Cell from jQuery data tables from specific table row

I have a JFiddle that is able to recognise the table row and return the table data as required but need to return the last two cells of the row, which are write-able, modify and return modified values?...
Mark Evans's user avatar
0 votes
1 answer
202 views

jqx - Grid sorting on address column not working

I have used jqx grid for displaying customers data. But when i go for column sorting on address column it's not working. I think it's happen because address contains numeric value. here is code var ...
Bhavesh Nariya's user avatar
0 votes
1 answer
393 views

unwrap text in multi line EDIT case in jqgrid

I need to Edit rows in jqgrid but the data is multilined. to display the data into multiple rows in view mode i added function myformatter ( cellvalue, options, rowObject ) { ...
Danger009's user avatar
  • 113
0 votes
1 answer
90 views

How to customize JQGrid with another new header

First of Thanks a lot to all who shared great answers in many quesioned asked by many users. I got a lot of information from those answers. I am trying to implement JQGrid in my project. And as per ...
SK.'s user avatar
  • 1,480
0 votes
1 answer
139 views

JQuery JQGrid plugin, how to simulate a toolbar filter operation by link click?

I'm using JQuery and JqGrid plugin with filter tool bar. For example, when input "ABC" in the filter of column "Name", all the name contains "ABC" will be filtered. Now, I hope that when I click a ...
HWW's user avatar
  • 567
2 votes
1 answer
74 views

Editing goes wrong in Jqgrid table

When i call the value to the jqgrid using the json parameter, the value is correctly displayed but when i edit the table value the values are randomly edited. For example when i edit the 1st row then ...
Xravn's user avatar
  • 254
0 votes
0 answers
620 views

Setting the value of a cell in jqgrid not working

I am working with the spring MVC application. I am also using JQGrid plugin for the jquery. I am using the Jquery and JQGrid for the first time. I am able to load the data successfully in jqgrid but ...
Beast's user avatar
  • 629
-2 votes
1 answer
270 views

Obtain just the "id" of the row being deleted from jqgrid table [closed]

I am new to jQuery and jqGrid tables. I am trying to find just the id of the row being deleted from the jqGrid table. How can I do this? Thanks
vdkotian's user avatar
  • 549
0 votes
0 answers
263 views

Jqgrid not showing data on reloading when using GroupView and loadonce as true

I am using jqgrid 4.6 with loadonce true and grouping by a column. I have also sorted the data coming from server as per documentation of grouping given here. But I can't see any data in my grid when ...
Ashish Sahu's user avatar
0 votes
0 answers
513 views

lazy load issue with media boxes jquery

I am using this plugin here but i have some problem to load more images. You can see there is a button on bottom to load more images but i do not need button to load more i just want to load more ...
HMS Designz's user avatar
0 votes
1 answer
6k views

jqGrid change background color of specific column headers

I have a jqGrid and need to change the background-color of certain groups of header columns. I can easily do this in the colModel using {classes: "ColIndicator"}, but have no option for this in the ...
C Bauer's user avatar
  • 5,063

15 30 50 per page
1
2 3 4 5
13