Hello,
Could you please try using this fix:
http://github.com/tonytomov/jqGrid/commit/77e457d7bfdd307ae95b4764217fd719b6ce2eed
Thanks.
Please let me known if this fixes the problem
Regards
Tony
Hello,
Could you please explain what exactley do you try to do?
Best Regards
Tony
Hello,
jQuery 1.3.2 is not compatible with jQuery UI 1.8.x. Please either use jQuery 1.4.x and jQuery UI 1.8.x or jQuery 1.3.2 with jQuery UI 1.7.x
Regards
Tony
Hello,
I think this can be done:
Before calling the editRow (inline edit) you will need just to call setColProp to change the dataUrl something like:
// suppose you have already the id named myid and the name is myname from colModel
$(“#mygrid”).jqGrid('setColProp','myname',{editoptions:{dataUrl:'someurl.php?id='+myid}});
$(“#mygrid”).jqGrid('editRow',myid);
Best Regards
Tony
Hello,
If the data is a part from the import string in your case a datatype:'local' should be set, since to load the data from the import string we first save the datatype, insert the data and then put back it again.
Regards
Tony
Hello,
Here is the fix
http://github.com/tonytomov/jqGrid/commit/2d3d98a72c3b39a047d88aa0c09916e020a36dd7
Could you please clear the cache. I testted this and it works OK
Best Regards
Tony
Hello,
What is the error returned?
Be a sure that the js files are loaded in the iFrame.
Regards
Tony
Hello,
Thanks. At end I can reproduce it. Now I think I have found the problem.
I will let you known, if I made the changes to this.
Best Regsrds
Tony
Hello Klaus,
will be happy if you post a test case.
Also in which browser is this?
The main purpose of emptyRows is exactley not to use jQuery remove or empty.
The reason for this is that these work very slow in grid with rows >= 200.
The last line of code in this function should do the magic
tBody = null;
This line should release all the memory
Best Regards
Tony
Hello,
Thanks. I will look at this, but populateVisible triggers the grid, so in this case maybe you should not trigger it again.
Could you please post your code sniplet to look at what is happen?
Thanks
Best Regards
Tony
Hello,
Where “jqGrid did not send correct data”? – please be a more detailed.
What you try to do, in which editing module and etc.
Best Regards
Tony
Hello,
Thanks. The problem is in first modal, and not in jqGrid.
If the first modal has a position : absolute with the appropriate top and left values evrething will work as in first example.
Regards
Tony
Hello Gal,
Thank you. I see the problem and if the problem is localized, then the solution will be easy.
I will play this weekend with this.
Thanks again
Tony
Hello,
Thanks. I see this.
Best Regards
Tony
Hello,
Thanks. There was a error in the script, which mostly is caused with copy/paste 
Ok. Fixed now.
Best Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top