HEllo,
Could you please include the development version in order to see what is happen.
Thanks.
Best Regards
Tony
Dear all,
Could you please look at the demo:
New in version 3.2 => afterInsertRow event.
This is exactley what you want.
Regards
Tony
Hello,
I'm not sure that I understand the problem. Also jqGrid does not closes any
I suggest you first to try with simple tags without classes and data and see if this work, then add step by step additional code and see the result.
Regards
Tony
Hello,
Thanks. Also updated Upgrade options and documentation.
Best REgards
Tony
Hello,
Not sure but does getGridParam do the job for you?
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:methods
Regards
Tony
Hello,
If you try with not so much rows – let say 200-300 is this happen?
Best Regards
Tony
Hello,
The common mistake. Also setRowData, getRowData and etc does not have effect in edit mode – there are a tons of post here
The code should be
afterSubmitCell: function(response, id, name, val, iRow, iCol) { ….
if (!validateDate(enddate, startdate)) { //if (Date.parse(startdate) > Date.parse(enddate)) {
Hello,
Maybe you are right, but changing right now complete with succes will cause all existing users to change a lot of code and expect a lot of problems.
Best Regards
Tony
Hello,
It is not a good idea in this case to use addRowData.
Also you can simple replace
for(var i=0;i<=mydata.length;i++)
jQuery(“#list4”).jqGrid('addRowData',i+1,mydata);
with
jQuery(“#list4”).jqGrid({
datatype: “local”,
data : mydata,
…
});
It is a more natural way to have paging.
Instead I will check your example.
Best Regards.
Hello,
Thank you very much for pointig us this problem.
To be a honest with you we missed table to grid functiion which deal with local data. We will make here a lot of improvements and fixes
After day or two you will find the appropriate changes in GitHub.
Thank you again.
Best Regards
Tony
Hello,
This is not a jqGrid problem, but rather jQuery.
Maybe you will need to look here:
http://stackoverflow.com/questions/853740/jquery-xml-parsing-with-namespaces
http://thompson-web.blogspot.com/2009/03/jquery-xml-and-namespaces.html
Best Regards
Tony
Hello,
To resolve the issue I need a link to the problem
Regards
Tony
Hello,
In order to resolve I need a link to the problem
Thanks
Regards
Tony
Hello,
Thanks.
I'm not sure that all of these all UI stuff can work when they are activated in one grid – never tested, but will try.
Best Regards
Tony
Hello,
Code or link to the problem please ….
Thnaks
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top