-
Sencha User
Grid Column Header fix - Extjs4
Hi all,
How to fix the grid header in the grid panel ?
Its not a problem when data is less . when data is more, the headers also scrolled up .
Please refer this images
grid.jpggrid2.jpg
-
Difficult to say without the code but it looks to me like it's the surrounding container that is scrolling rather than the grid. If you can you should remove the wrapper container. If you can't, try changing its layout to be something more suitable (e.g. fit).
-
Have you set the autoScroll on the view of the grid? Propably you must set it on the grid, not on the view.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules