Hello,
I need the full html and JS source. Also please remove any reference to in script and link tags which points to the old 3.4 version.
Best Regards
Tony
Hello,
Should check this. Thanks.
Best Regards
Tony
Hello,
I think there is no need to fix it, since the updatepager is a basic function. Maybe you can do something like this:
function myGridComplete () {
// here your code for grid complete
}
$(“#mygird”).setGridParam({gridComplete:null}).clearGridData(true).setGridParam({gridComplete:myGridComplete});
But I'm not sure where you call this.
Regards
Tony
Hello,
Thanks Mark. Thanks Keith.
It is true. Will be fixed.
Best Regards
Tony
Hello,
Not sure if it is clear documented that filterGrid does not support dataInit (should check). It is supported only in filterToolbar.
Best Regards
Tony
Hello,
It is a way that datepicker work.
Regards
Tony
Hello,
loadonce work only with the predefined loaders. If you use datatype as function you should set datatype:local manually after the first loading of the grid with the custom function. Something like:
datatype : function (){
$.ajax({
…
complete :function (…){
…..
$(“#mygrid”).setGridParam({datatype:'local'});
}
})
},
Best Regards
Tony
Hello,
Could you please try this way:
….
Hello,
Thank you very much for this. Fixed – little changes on this, since the action edit is not needed anymore
Best Regards
Tony
Hello,
Little progress on seccond issue, but I need more testing on this.
Best Regards
Tony
Hello,
Lynn. This is a very strange. Is this only in IE7? Also does this occur in IE6 or IE8?
Bets Regards
Tony
Hello,
If you want all records to be in grid without to care then set.
rowNum : -1
Also refer to the documentation about this parameter
Regards
Tony
Hello,
Thanks. It is a bug and already fixed in GitHub. Will be published with next bug fix release.
Regards
Tony
Hello,
Read this from the beginning to the end.
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:first_grid
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top