Hello Tony,
I have a small problem in chrome with tagName who is “table” not “TABLE”
Can you change line 846 from grid.base.js from
if(this.tagName != 'TABLE'){
into
if(this.tagName != 'TABLE' && this.tagName != 'table') {
Best Regards,
Dragos
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top