Here is how i reference in my html
<
telerik:RadTabStrip ID="RadTabStrip1" runat="server" SelectedIndex="0" MultiPageID="RadMultiPage1" Skin="cool" ></telerik:RadTabStrip>
I also tried using EnableEmbeddedskins = false, it doesn't throw any error however it doesn't apply any skin to the control.
Any help is appreciated.
| <telerik:RadPanelBar ID="rpbWizardStep2" runat="server" DataSourceID="odsPatterns" |
| DataValueField="PatternId" DataTextField="Pattern" |
| Width="100%" Skin="WebBlue" Height="100%" ExpandMode="FullExpandedItem" CollapseAnimation-Type="Linear" |
| OnPreRender="rpbWizardStep2_PreRender"> |
| <ItemTemplate> |
| <asp:Label ID="ParentKeyId" runat="server" Visible="True"></asp:Label> |
| <uc1:WizardItemControl runat="server" id="ucWizardItem" settype="MainGoal" EnableDateSelection="true" EnableDisciplineSelection="false" /> |
| </ItemTemplate> |
| <CollapseAnimation Type="Linear" Duration="100"></CollapseAnimation> |
| <ExpandAnimation Type="None" Duration="100"></ExpandAnimation> |
| </telerik:RadPanelBar> |
I am design the master page with nested RadSplitter controls, (one is top menu area, another one is Left pane , another one is Content area).
Left pane contain tree view, if I click the tree node corresponding page loading within the content area by using ContentUrl property.
Now I want to drag and drop between Left pane to Content area. But drag and drop not supported here.
Any solution for this
<telerik:RadSplitter ID="MainSplitter" runat="server" EnableEmbeddedSkins="false" Skin="MySkin" Height="100%" Width="100%" VisibleDuringInit="false" Orientation="Horizontal" OnClientLoaded="OnClientLoaded" ResizeMode="Proportional">
<telerik:RadPane ID="TopPane" runat="server" Height="72" MinHeight="72" MaxHeight="120" CssClass="menuPanes" Scrolling="Both">
Menu area
</telerik:RadPane>
<telerik:RadSplitBar ID="RadsplitbarTop" runat="server" CollapseMode="None"/>
<telerik:RadPane ID="MainPane" runat="server" Scrolling="none" MinWidth="500">
<telerik:RadSplitter ID="NestedSplitter" runat="server" EnableEmbeddedSkins="false" Skin="MySkin"
SplitBarsSize="8" VisibleDuringInit="false" LiveResize="true" OnClientLoaded="OnClientLoaded">
<telerik:RadPane ID="LeftPane" runat="server" Width="220" BorderSize="0" Scrolling="None">
TreeView
<telerik:RadSplitter ID="RadSplitter2" runat="server" Orientation="Horizontal" EnableEmbeddedSkins="false" Skin="MySkin" VisibleDuringInit="false" SplitBarsSize="8" OnClientLoaded="OnClientLoaded" BorderSize="0" HeightOffset="50">
<telerik:RadSplitBar ID="RadSplitbar2" runat="server" CollapseMode="Backward" BorderSize="0" CollapseExpandPaneText="Collapse/Expand the BriefCase" ToolTip="Test" >
Grid
</telerik:RadSplitBar>
</telerik:RadSplitter>
</telerik:RadPane>
<telerik:RadSplitBar ID="VerticalSplitBar" runat="server" CollapseMode="Forward" CollapseExpandPaneText="Collapse/Expand the View Area" />
<telerik:RadPane ID="ContentPane" runat="server">
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
Content Area
</asp:ContentPlaceHolder>
</telerik:RadPane>
</telerik:RadSplitter>
</telerik:RadPane>
</telerik:RadSplitter>
var cssFileAbsPath11 = 'Print.css';
var arrExtStylsheetFiles = [cssFileAbsPath1,cssFileAbsPath11];
pane.Print(arrExtStylsheetFiles);
But can we use webresources in here otherwise we have to put the css back in the project instead of the seperate project
Maybe something interesting for demos,..
thanks in advance,
The Sofim-team (Belgium)