-
18 Jun 2008 11:20 AM #11
I guess that also brings up why i really dislike using filters in the column headers

-
18 Jun 2008 11:47 AM #12
Here's a slight-workaround:
Open ext-all.css:Code:.x-grid3 { overflow-x: scroll; overflow-y: hidden; }
Find:
Replace with:Code:.x-grid3-viewport{ overflow:hidden; }
Find:Code:.x-grid3-viewport{ /*overflow:hidden;*/ }
Replace with:Code:.x-grid3-header-inner { overflow:hidden; zoom:1; float:left; }
It's a starting point at least.Code:.x-grid3-header-inner { /*overflow:hidden;*/ zoom:1; float:left; }Noah
Senior Web Developer
NBA.com
-
19 Jun 2008 4:26 AM #13
-
19 Jun 2008 6:54 AM #14
It scrolls the header just fine for me. I'd double-check your CSS files and look at all instances of overflow:hidden.
Cheers!Noah
Senior Web Developer
NBA.com
-
23 Jun 2008 4:59 AM #15
i did.
But it messed the grid out, no way to use this on a serious project.
thanks for you attention!
-
23 Jun 2008 6:58 AM #16
-
8 Jul 2008 2:43 AM #17
Hi there again.
Anyone has found a nicer solution to this issue?
Tankz


Reply With Quote
