Found an issue while working with dates. (Version 4.6.0)
Original lines. If the unformat function is called, the returned value isn’t used on the next line. It still uses “dval”
lcdata[nm] = this.formatter && typeof this.formatter === ‘string’ && this.formatter === ‘date’ ? $.unformat.date.call(t,dval,this) : dval;
vl = t.formatter( rowid, dval, i, data, ‘edit’);
Changed line.
vl = t.formatter( rowid, lcdata[nm], i, data, ‘edit’);
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top