3 Answers, 1 is accepted
0
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
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
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
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.