When calling cellattr to get the attributes for a specific row, could you please include the row position? This allows us to fetch the input object for that column out.
If you change your call from
celp = cm.cellattr.call(ts, rowId, tv, rawObject, cm, rdata);
to
celp = cm.cellattr.call(ts, rowId, tv, rawObject, cm, rdata, pos);
our function can then do rawObject.Cells[pos – 1] to get the actual value.
Unless there's a nicer way to do this? We keep having to patch your JS with the above for now to make it work. Thanks.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top