Hello Tony,
I just found small bug in the line 2749 of grid.base.js: the order of parameters rowid and data are wrong. The line
prp = t.formatCol(i,1,v, rowid, data, true);
should be change to
prp = t.formatCol(i,1,v, data,
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top