
In ASPX side code :
<telerik:RadSplitter ID="RadSplitter1" runat="server" Height="100%" BorderSize="0"
BorderWidth="0" Skin="Black">
<telerik:RadPane ID="RadPane1" runat="server" Width="350px" BorderSize="0" BorderWidth="0"
Height="100%">
<telerik:RadSlidingZone ID="RadSlidingZone1" runat="server" BorderSize="0" BorderWidth="0">
<telerik:RadSlidingPane ID="RadSlidingPane1" Title="RadSlidingPane1" runat="server"
BorderSize="0" BorderWidth="0" Width="300px">
<telerik:RadDockLayout runat="server" ID="RadDockLayout1"
OnLoadDockLayout="RadDockLayout11_LoadDockLayout"
StoreLayoutInViewState="false" EnableViewState="false">
<telerik:RadDockZone runat="server" ID="RadDockZoneVertical1" Orientation="Vertical"
FitDocks="true" RenderMode="Classic" BorderSize="0" BorderWidth="0" Width="270px"
MinHeight="270px">
<telerik:RadDock runat="server" ID="RadDock9" Text="Chart 1" EnableAnimation="true"
DockMode="Default" EnableAjaxSkinRendering="true" EnableEmbeddedBaseStylesheet="true"
RenderMode="Classic" Width="150px" EnableRoundedCorners="true" Resizable="true"
DockHandle="Grip" Skin="Black" BorderSize="0" BorderWidth="0" AutoPostBack="true"
UniqueName="raddoc1" CssClass="chartDock">
<ContentTemplate>
<telerik:RadChart ID="radChartJP" runat="server" IntelligentLabelsEnabled="True"
Legend-Visible="true" ChartTitle-TextBlock-Text=""
AutoLayout="false" Skin="Default">
</telerik:RadChart>
</div>
</ContentTemplate>
</telerik:RadDock>
</telerik:RadDockZone>
</telerik:RadDockLayout>
</telerik:RadSlidingPane>
</telerik:RadSlidingZone>
</telerik:RadPane>
</telerik:RadSplitter>
Could you please advise how to achieve the same.
<link href="http://aspnet-skins.telerikstatic.com/ajaxz/2009.3.1203/Menu.css" type="text/css"
rel="stylesheet" class="Telerik_stylesheet" />
<link href="http://aspnet-skins.telerikstatic.com/ajaxz/2009.3.1203/Outlook/Menu.Outlook.css"
type="text/css" rel="stylesheet" class="Telerik_stylesheet" />
<link href="http://aspnet-skins.telerikstatic.com/ajaxz/2009.3.1203/TabStrip.css"
type="text/css" rel="stylesheet" class="Telerik_stylesheet" />
<link href="http://aspnet-skins.telerikstatic.com/ajaxz/2009.3.1203/Default/TabStrip.Default.css"
type="text/css" rel="stylesheet" class="Telerik_stylesheet" />
<link href="http://aspnet-skins.telerikstatic.com/ajaxz/2009.3.1203/ListBox.css"
type="text/css" rel="stylesheet" class="Telerik_stylesheet" />
<link href="http://aspnet-skins.telerikstatic.com/ajaxz/2009.3.1203/Hay/ListBox.Hay.css"
type="text/css" rel="stylesheet" class="Telerik_stylesheet" />
we have even other css to load on the page . it would be helpful if we can combine aspnet-skins.telerikstatic.com CSS in single file. please help me in resolveing the issue
If you are working with the Q1 2013 release of Telerik’s Grid for ASP.NET AJAX, you might run into an issue connected to expanding the MasterTableView node from the control’s Property Window, which would cause Visual Studio to crash.
This problem will be fixed with the upcoming Service Pack release (expected in the beginning of April) and in the mean time you can apply the settings in the mark-up code or via the built-in configuration wizard.