It is normal, and I understand you don't have time to do everything people would like! 
Anyway thanks again for your support.
Here is the Css I have used (if people are interessed) :
tr.myCssClass td{
I just hope that you'll implement this feature in the next versions of jqGrid! 
I think it can be useful to a lot of people.
But your grid is already excellent, so… thank you for everything!
Hi,
I just want to say that I manage to do what I want by editing your JavaScript.
In grid.base.js :
Line 611 : (for Json)
– rowData[ari++] = “
+ rowData[ari++] = “
======================================
I haven't tried what is below, because I do not use Xml format.
Line 475–>484 : (for Xml)
I didn't know this option and it seems it should do the trick.
However, after adding this property it still does a GET request. I tried finding the format for the ajaxSelectOptions, but didn't find any docs.
Are you sure this is the correct syntax for it?
Thank you!
Thank you vary much..

I went a step further and copy/pasted the code from the jqgrid demo for loading xml data. I changed the url property from 'server.php?q=1' to
Hello,
May be this will help:
http://img69.imageshack.us/img69/1148/demox.jpg
A red circle shows the extra space I don't want to be there.
Thank you!
See
I have been trying for a while to change the layout of the edit grid .. but i really need the help. Is their any way other than selecting all the tr by id and changing the html ?
Also here you have the list of events and properties that can be used for this search dialog:
Found the solution:
add this code:
jQuery("#navgrid").jqGrid('navGrid','#pagernav',
{edit:true,add:false,del:false, search:false}, //options
{ height:360,reloadAfterSubmit:false, top:100,
afterShowForm : hookDatePicker }, // edit options
{height:280,reloadAfterSubmit:false}, // add options
{reloadAfterSubmit:false}, // del options
{sopt:['cn','bw','eq','ne','lt','gt','ew']} // search options
);
and declare a function to threat the event:
function hookDatePicker(formID)
{
A related question is if it is possible to “lock” the leftmost column and scroll the rest of the columns (horizontally)?
Hi Tony,
Thanks alot for the reply can you please help me out i am stuck in it for last 1 week
this is my code in which
Hi, first of all: wonderful work
I get a similar error with IE8 when i click in button edit, delete or view without select a row in grid… the dialog alert not show, only blur over the page that go off with mouse click. It's hapen in my grids and too with demos, for exemple in “3.5 – Form Improvements”.
On Firefox 3.5.6 all is ok.
error code:
Error Line 10: Not Implemented
Character: 167375
URI: http://www.trirand.com/blog/jqgrid/js/jquery.jqGrid.min.js
Thanks
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top