Hi,
We have some text in one of our fields that is displaying in the grid. It is a string field. When this text appears, the column will not resize correctly when grid.jqxGrid(‘autoresizecolumns’) is called. The column is sized much smaller than necessary, but I can’t see any logic behind the size it ends up with. Here are the contents of the field:
document.write("<");<xml><<<> </xml>
This text was used specifically to stress test our old home-grown grid. Hopefully, there is a way to allow this to work correctly.
Thanks,
Stan