Hello,
If you use jQuery 1.4. there please use 3.6.4 version where this bug is fixed.
Tony
So not updated. Just to mark it
Sorry
Hello,
There is menu support on this page. You can look to the end of this.
As I can see – is this your typo?
I think it should be dataFilter(data, type) and not datafilter(data, type)
Also which version of jQuery is used?
Try to specify dataFilter in ajaxGridOptions
Please let me known if this work.
Best regards
Tony
Hello,
define your own class and add the class in colmodel. Look here how to do this
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:colmodel_options
Regards
Tony
Hello,
Will look at this.
Regards
Tony
Hello,
Look at params in subGridModel
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:subgrid
Regards
Tony
Hello,
Ok. Will check it.
Regards
Tony
Hello,
IMHO not a desired solution
The purpose of updateGridRows is to update data with equal id's and to to add new one.
Some possible solution
$(“#grid”).jqGrid({
…
loadonce:true,
…
});
then for your solution
setInterval( function(){
$.ajax({
….
complete: function(response, status) {
// get your data here and pass it to the grid
$(“#grid”).updateGridRows(…);
}
});
},2000);
Regards
Tony
Hello,
you can add them with special rowid and the use getDataIDs to obtain them and post it to the server.
Regards
Tony
Hello,
Please do not douple post in all forums!
Hello,
Dowload the demo files and see.
Regards
Tony
Hello,
Thanks. Do you have look (I not) how jQuery UI tabs implement such feature?
Best Regards
Tony
Hello,
Sure – will do it.
Regards
Tony
Hello,
How many goldstars?
The error is in your php script just replace
$s .= “n”;
$s .= “
Hello,
Look at function setPager
Best Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top