Hi, everybody!
I’ve found very strange code line in ‘grid.formedit.js’ module at line 406:
tdtmpl = “
“, tmpl=””, i; //*2
Using spaces here causes some problems with 100% width of custom elements: they just shift down by 1 line.
I have to edit the source and erase the symbols ' ' to fix that problem.
Why does the template string for table cells contain spaces???
Can it be fixed in future version?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top