Hello,
I am using the trial version of Telerik ASP.NET controls. I came across the following 2 issues:
1. Adding custom command to the raddoc then its images are not appearing on the DocTitleBar.
2. Surprisingly I got error messages on the design window. Plz find the attachment for it.
Can you plz suggested me to do this the better manner ?
I am using the trial version of Telerik ASP.NET controls. I came across the following 2 issues:
1. Adding custom command to the raddoc then its images are not appearing on the DocTitleBar.
.rdCustomize { width: 25px; height: 25px; cursor: pointer; background: url('../Images/1.gif') transparent !important; }<telerik:RadDock ID="RadDock1" runat="server" Width="250px" EnableAnimation="true" Height="250px" Resizable="true" Skin="Sitefinity" Tag="CSMD_Average_Response_Time" Title="1"> <Commands> <telerik:DockCloseCommand /> <telerik:DockExpandCollapseCommand /> <telerik:DockCommand CssClass="rdCustomize" Name="doEdit" Text="Customize" /> <telerik:DockCommand CssClass="rdCustomize" Name="doRefresh" Text="Refresh" /> </Commands> <ContentTemplate> <div> <uc:AvgResolutionTimeFL ID="CSMD_AvgResolutionTimeFL" runat="server"></uc:AvgResolutionTimeFL> </div> </ContentTemplate> </telerik:RadDock>2. Surprisingly I got error messages on the design window. Plz find the attachment for it.
Can you plz suggested me to do this the better manner ?