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

Skining a PageView

1 Answer 39 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Jaime Alberto Jaramillo Zapata
Top achievements
Rank 2
Jaime Alberto Jaramillo Zapata asked on 23 Sep 2009, 11:05 PM
Hi there.
I was wondering if there is a way of skining a page view so it fits de radtabstrip that contains it (like drawing some borders similar to those drawn automatically when I add the fieldset tag in html, but that adjusts to the tab).
Cheers

1 Answer, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 24 Sep 2009, 12:56 PM
Hello Jaime Alberto Jaramillo Zapata,

RadMultiPage renders as a DIV tag and the pageviews render as nested divs. You can assign a custom CssClass to the multipage to style it. Here is a quick example:

<style type="text/css"
.multiPage 
    border: 1px solid black; 
</style> 
... 
... 
... 
<telerik:RadMultiPage runat="server" CssClass="multiPage" > 


Let us know if you need additional assistance.

Best wishes,
Paul
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
TabStrip
Asked by
Jaime Alberto Jaramillo Zapata
Top achievements
Rank 2
Answers by
Paul
Telerik team
Share this question
or