Problems with cfgrid in Chrome - just started displaying columns set not to display
We are having a problem with cfgrid displaying column data inside the grid even though the columns are set to not display. Worked fine until yesterday. Have an office full of chrome users with the same issue. It seems like cfgrid uses different html for chrome than it does for firefox and there is a table with a class of x-grid-table-resizer. The first row columns set the width and hright to zero like this:
<TH class="x-grid-col-resizer-request_grid_REQUEST_ITEM_ID" style="width: 0px; height: 0px;">
</TH>
The data rows are like this:
<TD class=" x-grid-cell x-grid-cell-request_grid_REQUEST_ITEM_ID x-grid-cell-first">
<DIV class="x-grid-cell-inner " style="text-align: left; ;"> 99917
</DIV>
</TD>
The problem is that the data rows are still displaying inside the grid even though the width and height on the first row cells are zero? Firefox does not create this resizer table at all and works fine. So does Edge and my Chrome even though it is the same version as the other users having the problem.
It looks like Chrome refuses to set the width to zero to hide the columns set not to display.
If anyone can help it would be greatly appreciated as curently it makes cfgrid not useable for us and our system depends on it.
Thanks
