|
Rank: Newbie Groups: Member
Joined: 1/29/2008 Posts: 2
|
Hello,
Our county office is building intranet apps using the ASPXLABS controls and we are starting to migrate computers to using the VISTA operating system. We have pages where we are using the tabstrip control with a multipage control, and multiple pageviews. In each pageview we have either a formview or a gridview. And the version of the library file is 2.4.7.0.
The tab control has worked fine with WindowsXP and IE6. However in IE7 most (but not all!) formviews are being cut off partway down the page, and gridviews are having the page numbers at the bottom of the grid not show. As best I can tell there is no difference between the settings/pages where this is not a problem (only a few) and those that are experiencing this issue (most pages).
Is there any suggestion on what could be wrong? Do we need a newer version of the library?
Thanks,
Scott
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Scott,
That appears to be the width and height of your PageView control. When you set width and height on a PageView, IE 7 takes it more literally than IE 6. Try to adjust those and see if it makes a difference.
You can always take a look of the new version, but I believe you will need to place an upgrade order in order to use them.
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 1/29/2008 Posts: 2
|
Thanks for your help. After another day of research I found out the problem had nothing to do with the tab control, but is a glitch in IE7 referred to as the Guillotine bug. Our pages have a two cell format, and the shorter cell was causing the larger one to get cut off. Back to dealing with the idiosyncrasies of IE :(
Thanks again.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Ah! Thanks for letting us know!
|
|