When i'm work with 3.5 version
afterInsertRow: function(rowid){
var esta=$(“#grid”).getRowData(rowid);
}
this is working perfectly.
I change to 3.63 and
afterInsertRow: function(rowid){
var esta=$(“#grid”).jqGrid('getRowData', rowid);
}
not work.
I don't know if this is or not a bug but i need a solution
Thanks from Argentina
Sebastian
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top