Hello edallen!
I wanted to post following in the “bugs” part of forum, but after read your mail I deceide to make it here. It seems to me, that my solution is a little better.
I suggest insert in grid.base.js between lines 802 and 803:
$('.ui-pg-selbox',”#”+pgcnt).bind('change',function() {
Hello Tony!
Hello Mark
Thank you very much for your advice. I misunderstood meaning of some caching properties in HTTP header before. After you advice I read HTTP 1.1 RFC (14.9 from RFC 26156, http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.3). I use now in my server response “Cache-Control: max-age=0“ in the HTTP header together with setting ETag.
Hello Ingo!
You suggestion has till now no respond, so I’ll write my opinion about it.
I find you suggestion very useful. I had very close suggestion by the way, but not yet wrote it
. So I’ll write some arguments which describe why your suggestion is gut.
First of all, the standard error message:
ret[1] = Status+” Status: “+data.statusText +” Error code: “+data.status;
should has block quotes:
ret[1] = Status+” Status: '”+data.statusText+
Hello Tony!
Now it seems to me I understand at the end the meaning of nd parameter in URL of GET requests. I found out, that IE8 use incorrect caching on ajax GET-requests. It sends no request to server, but gets the old data direct from the cache. If one loads the same data directly in IE8-GUI, it works without any problems. This problem is known und discussed in Internet. I found no other solution as switching off the caching for IE8. It can be done for example with respect of nd parameter
beforeRequest: function() {
Please, Tony, don't forget also include JSON or XML support also for surl parameter of gridModel and dataUrl parameter of editoptions.
Regards
Oleg
Great! I already waiting for the first 3.6 beta!
Hello Tony,
thank you very much for the advice. With
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top