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

Apply Skin to RadUpload

3 Answers 59 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Mazdak
Top achievements
Rank 1
Mazdak asked on 07 Jan 2011, 03:14 PM
Hi,

I set the skin ptoperty to Vista, or other skins exists in telerik package but it does not apply the skina at all.  what am I missed here?

Reards
Mazdak

3 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 10 Jan 2011, 03:18 PM
Hi Mazdak,

The provided information is not enough for us to understand and reproduce the issue. Please send us more details and/or sample code.

Regards,
Yana
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Mazdak
Top achievements
Rank 1
answered on 10 Jan 2011, 03:39 PM

Hi,

Thanks for your reply.

this is my aspx page and I've attached how it looks, I assume color of TabStrip and also RadUpload should be changed to Vista theme:


<telerik:RadTabStrip ID="RadTabStrip1" runat="server" ScrollButtonsPosition="Right" ScrollChildren="true" ShowBaseLine="false" Skin="Vista" MultiPageID="RadMultiPage1"
    SelectedIndex="1" Align="Justify" ReorderTabsOnSelect="True" Width="347px">
    <Tabs>
        <telerik:RadTab Text="Upload File" Selected="true">
        </telerik:RadTab>
        <telerik:RadTab Text="Tagging">
        </telerik:RadTab>
    </Tabs>
</telerik:RadTabStrip>
<telerik:RadMultiPage ID="RadMultiPage1" runat="server" BorderWidth="1px" SelectedIndex="0">
    <telerik:RadPageView ID="RadPageView1" Height="210px" runat="server"><br />
    <telerik:RadUpload EnableAjaxSkinRendering="true"
                            ID="RadUpload1" 
                            EnableEmbeddedSkins="true"                                
                            runat="server" 
                            Skin="Vista"
                            InitialFileInputsCount="3" 
                            MaxFileInputsCount="5" 
                            ControlObjectsVisibility="RemoveButtons, AddButton"                                
                            />
    </telerik:RadPageView>
    <telerik:RadPageView ID="RadPageView2" Height="210px" runat="server">
        <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" 
            ShowHeader="False" GridLines="None">
            <Columns>
                <asp:TemplateField>
                    <ItemTemplate>
                        <asp:ImageButton ID="Image1" runat="server" ImageUrl="~/images/expand.jpg" AlternateText="(Show Details...)"/>
                        <asp:Label ID="Label1" runat="server" Text='<%# Bind("taggroup_name") %>'></asp:Label>
                        <br />
                        <asp:Panel ID="Panel1" runat="server" Height="0">
                        <asp:CheckBoxList ID="cbTags" DataTextField="tag_name" DataValueField="tag_id" runat="server" DataSource='<%# GetTags( Eval("tagginggroup_id") )%>'>
                        </asp:CheckBoxList>
                        </asp:Panel>
                        <ajaxToolkit:CollapsiblePanelExtender ID="CollapsiblePanelExtender1" runat="Server" 
                            TargetControlID="Panel1" 
                            ExpandControlID="Image1"
                            CollapseControlID="Image1"
                            Collapsed="True"
                            AutoCollapse="false"                                
                            ImageControlID="Image1"
                            ExpandedImage="~/images/collapse.jpg"
                            CollapsedImage="~/images/expand.jpg"
                            SuppressPostBack="true"
                            SkinID="CollapsiblePanelDemo" />
                    </ItemTemplate>
                </asp:TemplateField>
            </Columns>
        </asp:GridView>
        <div>
        Custom Tags: (comma seperated): 
            <asp:TextBox ID="txtCustomTags" runat="server"></asp:TextBox>
        </div>
    </telerik:RadPageView>
</telerik:RadMultiPage>
<br /><br />
<asp:Button ID="btnUpload" runat="server" Text="Upload" CssClass="btn"
onclick="btnUpload_Click" />  <asp:Label ID="lblInfo" CssClass="bold" runat="server" Text=""></asp:Label>
0
Yana
Telerik team
answered on 13 Jan 2011, 02:22 PM
Hello Mazdak,

Actually this is how Vista skin looks. I've attached a screenshot from our demos to show you both RadUpload and RadTabStrip.

Best wishes,
Yana
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Upload (Obsolete)
Asked by
Mazdak
Top achievements
Rank 1
Answers by
Yana
Telerik team
Mazdak
Top achievements
Rank 1
Share this question
or