-
23 Apr 2012 5:53 AM #1
Grid headers do not scroll after Grid#reconfigure()
Grid headers do not scroll after Grid#reconfigure()
Reproduction:
1. Build a Grid which is wider than your browser window.
2. Reconfigure the Grid:
3. Scroll to the left in the Grid with the mouse.Code:grid.reconfigure(grid.getStore(), grid.getColumnModel());
Expected:
The headers scroll along with the grid.
Actual:
The headers are fixed. Only the grid content scrolls.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote