Hello,
Hello Tony,
Here is my code that gets executed when the button is clicked:
$('#grid').setGridParam({url:'http://localhost:8888/xxx/abc?active=true'});
$('#grid').trigger("reloadGrid");
This way I filter the grid on the 'active' records.
* Does this only happen when you have 3 grids or does it happen even with one ?
* Check your browser settings and see if the url (which passes the data in) has a cookie having a expiring data, or cache setting.
Hi,
I have managed to accomplish what I need with the following property
pagerpos:'right'
and then
jQuery(“#pager_center”).remove()
jQuery((“#pager_left”).css(“width”,”increase to pixels I need”)
It is a hack but it works for now.
Regards
Andrew
Hi man,
I have exactly the same problem, It loads the first time, but not the second.
The alert shows up every time i change the original select, but second select does not. It changes only on the first time.
Is this the only way to do a dynamic select? i'm trying to resolve the classic case of Zip-state-city.
any help?
I'm struggling with editing the grid with the “editurl” paramater using PHP.
Could you please post your edit code?
Tony,
Thank You!
My original jquery.jqGrid.js did NOT inclue jquery.fmatter.js in “Modules….”. I didn't include the formatter when I first downloaded the jqGrid. Now it is working NICELY after I downloaded the package which included formatter. Thank You Thank You!! 
[bump] any plans to fix this for 36? or is it off the list ?
thanks,
tim
Hi Simon,
Thanks for prompt reply! My code is pretty much similar to the one you posted, please see below….
tony said:
Hello,
Maybe you will need to look here:
http://www.trirand.com/jqgridw…..ng#options
Regards
Tony
OOOHHH Tony I love you! fixed. Thank you
Hi tony, thanks for the replay.
I don't know if it's related, but i'm also getting this error:
Message: 'grid.cols[…].style' is null or not an object
Line: 10
Char: 51755
Code: 0
URI: http://localhost:5115/Scripts/jquery.jqGrid.min.js
Hi Tony,
I just tried, and it fails the same way, so I started to look for the error and finally I found it.. it's mine 
I'm very sorry to make you lose your time. My problem was in the editRow function. It has one parameter for the editurl, and I was passing there the same value all the time.
By the way, when trying the 3.6RC I got a new error (“val is null”) and had to change line 587 of grid.common.js to:
if (val == null || val.match(/^s+$/) || val == "")
Hi Simon and Tony,
I have exactly same problem with Simon. I checked the doc but still don't have a clue about how to make the formatter work. (I need to get checkbox to work, but the column is just showing my data – Yes/No – as plain text…)
Simon, can you share your finding? Thanks in advance!
Tony, do you have any other recommendation other than the doc for me? (by the way, jqGrid is really great!)
ryan,
Try the link now….
tim
I found this on the wiki, not in the documention.
editoptions: {defaultValue:'aValue'}
Regards
Andrew
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top