Hi,
I have a panel which contains some images. But these images occupy only some portion of the panel. rest of the panel remain unoccupied. I want to set color of the unoccupied part to default color of the selected theme. I'm attaching the image of that control. I want to set theme color for the the aread which is shown colored as Red.
Following is the code:-
<telerik:RadPane ID="rPanTimeCardSelector" runat="server" Width="22px" Height="100%" BackColor="Red"
Scrolling="Y">
<div id="dvDockZone" runat="server" style="width: 28px; left: 0px;">
<telerik:RadSlidingZone ID="RecSelectSlidingZone" runat="server" Height="100%" Width="22"
ExpandedPaneId="RecSelectPane">
<telerik:RadSlidingPane ID="RecSelectPane" EnableDock="true" runat="server" Width="615"
IconUrl="~/Images/TimeCards.png" MinWidth="180" Scrolling="Y" TabView="ImageOnly">
<TCS:TimeCardSelector ID="ucTimeCardSelector" runat="server" />
</telerik:RadSlidingPane>
</telerik:RadSlidingZone>
<VCR:VCRButtons ID="ucVCRButtons" runat="server" />
</div>
</telerik:RadPane>
Thanks
Rajesh