Unanswered: Grid Alignment is missing when Auto Fill is set to true
Unanswered: Grid Alignment is missing when Auto Fill is set to true
All the data mismatched with the grid headers when i set auto fill is set to true. If auto fill set to false then alignment is good.But I need to set auto fill is true.Please help me out.
That linked bug has to do with zooming in the browser, while I'm not sure what vinod5742 means by 'autofill'. Part of the zoom issue is probably related to the browser returning floating point pixel values when zoomed, something that GWT itself does not support (so GXT cannot build on). We try to make GXT behave well when zoomed, but it is very hard to get it to also display perfectly when 1 pixel is drawn as 1.05 pixels (i.e. 5% zoom).