0
votes
2answers
24 views
How to programically select top row of JQGrid?
How does one programically select the top row of a JQGrid. I want to have the top row already selected when it is opened on the page. My grid is sorted by a descriptive column so t …
0
votes
0answers
11 views
Retrieving original row data from jqGrid
It is possible to use the getRowData method to retrieve the current of a cell but this retrieves the current cell content rather than the original data before it went through the f …
0
votes
2answers
31 views
Pass Data Arrays into jqgrid table
In my application, I will fetch a table of data from the server side when the page is first loaded, and use jqgrid to render it.
I can't seem to get it to work, when I request fo …
0
votes
2answers
36 views
jqgrid row alternating background
How can I insert alternating row background color in jqgrid?
0
votes
1answer
23 views
JQGrid within a dialog
How will you display a JQGrid within a dialog?
0
votes
2answers
12 views
alternate background row in jqgrid
how can i add alternate background row in jqgrid?
1
vote
3answers
39 views
How to get a jqGrid cell value
How to get a jqGrid cell value when in-line editing (getcell and getRowData returns the cell content and not the actuall value of the input element).
0
votes
2answers
35 views
How to have jqgrid cell overflow behave like an html table
I have a jqgrid and some of the cells have a good amount of content in them. It seems that jqgrid's default is to have the overflow hidden and to not have the text wrap to new lin …
0
votes
1answer
21 views
Blank when NaN in jqGrid cells.
How to set blank instead of NaN in jqGrid cells ? Using formatter ? Is there an example?
-2
votes
1answer
47 views
complete jqGrid?
Please, can anyone tell me how to use jqGrid?
I want to do edit, add & delete functionality.
Also I want to show an image in the grid
Please tell me, what can I do, and how ca …
0
votes
2answers
40 views
The most concise way to submit javascript array to server?
I need to submit all selected JQGrid row ids to the server.
var rows = $("#grid").getGridParam("selarrrow");
Then on the server I would like to do this.
String[] rows = reques …
0
votes
1answer
31 views
jqGrid: is there an event for when columns are reordered?
I'm using the column reordering feature in jqGrid
$grid = jQuery("#list").jqGrid({
sortable:true,
...
});
Is there an event that fires after columns are re-ordered? If t …
1
vote
1answer
52 views
jqGrid row IDs and custom info with JSON data
Hello,
I am having an issue with the using jqGrid with JSON data returned from the server.
I have a grid that is displaying different types of objects – and since the objects are …
0
votes
1answer
44 views
Wrapping Text lines in jqgrid
Hi, simple question (i think), but can you get lines of text to wrap in jqgrid, i have had a look round but i cant find anything
Cheers
Luke
1
vote
2answers
114 views
How can I send jqgrid data by ajax post method to the server??
Hi... I haven't found how to send programatically with jquery all the rows in the jqgrid for be processed in the server.
I've only found one method called getRowData(id) but it d …
