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

RadPanelBar width issue when viewed on Ipad browser

3 Answers 53 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Jose
Top achievements
Rank 2
Jose asked on 05 Nov 2012, 07:08 PM
I have a simple rabpanelbar and when I view the website on ipad, the radpanelbars doesnt show the full width. Has anyone had this issue? 

Heres my aspx code' 
the "Rad Control Test on Ipad" shows up properly on ipad without getting chopped off. but the panelbar below width is like 25% or something instead of the full 100%

 <table width="100%">
<tr><td> Rad Control Test on Ipad  Rad Control Test on Ipad  Rad Control Test on Ipad  Rad Control Test on Ipad  
</td></tr>
<tr><td>
 

<telerik:radpanelbar runat="server" ID="RadPanelBar3"  Width="100%"      
        ExpandMode="SingleExpandedItem">
            <Items>  
            <telerik:RadPanelItem Text="Thank You For Your Order" Expanded="true" BackColor="White">
               
                <ContentTemplate >
                
     
     <table><tr><td align="center">
                       .....stuff here
                            
 

     </td></tr></table>
           
    
     </ContentTemplate>
               
                </telerik:RadPanelItem>
                </Items>
                </telerik:radpanelbar>
</td></tr>
</table>

3 Answers, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 06 Nov 2012, 12:23 PM
Hi Robert,

I tested the code that you provided on iPad, but I was not able to get the appearance that you describe. Please take a look at the attached image file for more clarification on the look that I get from my side. Can you clarify if there are any other styles that you apply to the page that might be causing the issue that you get?

Kind regards,
Kate
the Telerik team
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 their blog feed now.
0
Jose
Top achievements
Rank 2
answered on 07 Nov 2012, 03:40 PM
I have an app on ipad that has a webviewer control in it which opens this particular webpage and the webpage has a radpanelbar control whose width is not showing up properly.

I accessed the same webpage using safari on ipad and it shows up properly.  I assumed that the webviewer control used in xcode was a safari component but there are some differences in it. 
0
Kate
Telerik team
answered on 12 Nov 2012, 08:57 AM
Hello Robert,

Indeed for my test I used Safari browser on iPad only. In general we have not tested our control in such scenario involving any third part components and therefore it is possible that there might be differences in the look. Thank you for letting us know on the findings that you have. 

All the best,
Kate
the Telerik team
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 their blog feed now.
Tags
PanelBar
Asked by
Jose
Top achievements
Rank 2
Answers by
Kate
Telerik team
Jose
Top achievements
Rank 2
Share this question
or