
Hi i want to tell you that i found the solution to the problem of why my jqgrid project didn't work on windows, the problem was that i was working with wamp-server, when i changed it for xampp it worked perfectly, thanks again.
For anyone looking for the solution here it is.
The flickering I used to get is because of the “loading..” ui
> “You have a trailing comma in your JSON, which is not accepted by IE, but will work in FF.”
Interesting I didn't know that. This was an old example I pitched out there weeks ago
Ryan,
Actually turned out to be a bug in my code, I was using the same array for colNames and colModel.name by accident. I can confirm that it is possible to have white spaces in the column name that get displayed on the web-page; I guess I did not make that distinction clear in my previous post. My mistake.
cheers
V
If I do not wish to use jquery-ui themes with jqGrid. Is that possible and are there examples?
Hello,
I noticed that this bug still happens when you dynamically change the url of the jqgrid.
EDIT: I use jqgrid 3.5.3
I have a button below my jqgrid, which changes the url of the grid to only show a part of the data. So, when you're on page 29/29, and you click the button, you end up on page 29/22, which should be 22/22.
I tried to fix this problem by using the code I posted as a start of this topic, but it doesn't work.
Hi, Tony,
I use it to filter the grid, when the user changes the value of some filters. Details:
I have a couple of custom inputs with default values as follows:
And the default value for editurl is:
"?desde=01/11/2009&hasta=30/11/2009&action=autoJqGridRequest"
Both inputs have a onchange event wich calls to this function, which replaces the corresponding parameter into the url string:
function changeFiltroFecha(elem){
I can see how to use it for the search and the editoption but it does not seem to work for the form. I have tried defval:'myval' but my text box is empty.
Have I missed seomething?
Andrew
Thank you for your prompt reply. I did not know that firebug could do that.
Hi Tony,
I am using jqGrid 3.5.2.
Regards
Andrew
ok. thanks.
tim
Ok,
I found that the problm is on line 1067 of the jquery1.3.2 file. It is the trim function and the code looks like this:
you right, i forget to create someurl.php content and i leave as blank page….Thanks
Here you go!
http://www.blackstag.com/jqGri…..6-example1
As I said open up the first tree, scroll down, open the second tree, then again scroll to the bottom, then select a cell.
(don't worry about the last “,” in the json data (it shouldn't impact the jumping)).
tim
[Edit] Also when looking at this example – do you notcie the 1 pixel shift/offset (column headers verses cell position)
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top