All Questions
Tagged with jquery-plugins jqgrid
185 questions
0
votes
1
answer
35
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
$("#...
0
votes
2
answers
125
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 ...
0
votes
0
answers
71
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":{"...
0
votes
1
answer
84
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 ...
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?...
0
votes
1
answer
227
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 ...
0
votes
1
answer
401
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 )
{
...
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 ...
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 ...
2
votes
1
answer
75
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 ...
0
votes
0
answers
622
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 ...
-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
0
votes
0
answers
290
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 ...
0
votes
0
answers
516
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 ...
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 ...