This is a migrated thread and some comments may be shown as answers.

TabStrip with MultiPage Adjusting MultiPage Heigh on pageLoad Issue with IE10

2 Answers 19 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Roger Barnes
Top achievements
Rank 1
Roger Barnes asked on 26 Aug 2013, 09:14 PM

I have a TabStrip and MultiPage with the content of the pageview's using ContentURL.  I'm also adjusting the height of the Multipage to be the height of the Content via document.documentElement.clientWidth.  If I open the page in the browser IE10 or Chrome, it appears to be working fine, however if I open the page in a RadWindow the clientHeight excludes the height of the TabStrip. 

This appears to be an issue related to IE10.

2 Answers, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 29 Aug 2013, 03:08 PM
Hello Roger,

Please refer to this documentation article, demonstrating how to set height to 100% when using ContentUrl in PageView. If this does not help - provide us with the implementation that you use at our end and with a screenshot demonstrating the faced issue. In addition, please specify the version of our controls that you use at your end.

Regards,
Nencho
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Roger Barnes
Top achievements
Rank 1
answered on 29 Aug 2013, 08:41 PM

Using that approach, it corrects it for IE10, but is now incorrect in Chrome, just the opposite the way I had it.

You have to love cross browser compatibility issues.

I put my code back to the way it was, with the height being a little shorter in IE10 (only) IE9 is fine, and correct in Chrome.


Roger
Tags
TabStrip
Asked by
Roger Barnes
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Roger Barnes
Top achievements
Rank 1
Share this question
or