In jquery.jqGrid-4.4.3, (the last version to support ie6), with latest chorme, the problem is still there.
If you can't reproduce the problem, it's because your jqgrid is not BIG enough, or your computer screen is TOO BIG enough. if you has many rows exceeding your computer screen, and use vertical scrolling of browser to view the last row of jqgrid, and click any of the cells, you will see the browser vertical scrolls(not means the jqgrid vertical scroll) to the top to show the head of the page.
In jquery.jqgrid.min.js search for “<div style='position:absolute;top:-1000000px;width:1px;height:1px;'" and change the style attribute "position:absolute" to "position:fixed".
In fact, in
Tony,
This problem is caused, becuase the IE6 willl not show the empty cells, and empty-celll
Tony,
If the cell is a string format, you will not see the problem. But if the cell is in a number format, and there is no data in it, the cell border is missing in IE6IE7.
Please check this.
yours,
Ivan
ofcause I HAVE set the doctype.
That is:
the problem is still there. 3.8 version.
Ie6.
I just made sure that if a cell is supposed to be empty in the database, I write ” ” in the jqgrid cell.
but how to do this?
I read data by json from server, and jqgrid will deal with the data by itself.
Yes, this is an important feature.
In many cases,
I know what happened.
the data in the sql server contains rn. but the jqgrid get it out and change to only n. And it can't show the
the same problem. the jqgrid edit box will eat the “/r/n”.
I have checked the data in the sql server. IT HAS /r/n. but when we get it out into jqgrid and show it in a textbox in the editform, the
this code can't work.
any body here?
yours,
ivan
I know how but still don't know why:
In
The 2nd problem?
yours,
Ivan
tony, any other sugguestions?
half a year passed, but the problem is still there….
yours
ivan
Tony, please.
I found if I add the data manually(I mean, don't set the data's url, just add data at the client side), there is no such prev/next button problem.
But if I use the data url to get the data, the prev/next button problem is there.
Could you have a check about this?
yours,
Ivan
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top