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

RadControl for Header / Title

3 Answers 66 Views
ScriptManager and StyleSheetManager
This is a migrated thread and some comments may be shown as answers.
Lasly
Top achievements
Rank 1
Lasly asked on 23 May 2012, 02:33 PM
Hi,
some pages have a title. The title is shown in a div.
The problem is the div is not a Telerik control, so you have to manually manage the change of skin.
My question is:
What can I use Telerik controls to make these headers? (so the style would normally managed by skinmanager)
(I tried radtoolbar radmenu but you see that are clickable)


Thanks in advance

3 Answers, 1 is accepted

Sort by
0
Jayesh Goyani
Top achievements
Rank 2
answered on 23 May 2012, 03:33 PM
Hello Lasly,

Please try with below code snippet.
<telerik:RadPanelBar ID="RadPanelBar1" runat="server">
            <Items>
                <telerik:RadPanelItem Expanded="true">
                    <HeaderTemplate>
                        header comes here
                    </HeaderTemplate>
                    <ItemTemplate>
                        your grid control comes here
                    </ItemTemplate>
                </telerik:RadPanelItem>
            </Items>
        </telerik:RadPanelBar>


Thanks,
Jayesh Goyani
0
Lasly
Top achievements
Rank 1
answered on 23 May 2012, 04:57 PM
Hello Jayesh,
thanks for the answer.
 I can not use the ItemTemplate because I not see more from server controls.
 Then I tried using the ContentTemplate.
 From server see the controls, but not from the client... for example by a CompareValidator.
 (In addition to the RadGrid I also put the text box)
 Finally, the ContentTemplate show the button to the collapse of the item .

 Otherwise, I will write only the title into the RadPanelItem and
 I will deliver the RadControls Outside RadPanelItem.

thank you very much!!
 
0
Kate
Telerik team
answered on 28 May 2012, 08:20 AM
Hello Lasly,

Please take a look at the RadDoc and RadSplitter controls as I believe they will be very suitable for your scenario.

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.
Tags
ScriptManager and StyleSheetManager
Asked by
Lasly
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
Lasly
Top achievements
Rank 1
Kate
Telerik team
Share this question
or