Hello,
Its really very urgent.
I have a RadpanelBar placed inside <asp:panel>
I need to set Radpanel bar back color as Transparent to match the <asp:panel> color.
So i set Backcolor="Transparent" in Radpanelbar, it works for the content in radpanelitem, but radpanelitem heading is not changing to transparent color.
I tried CSS, but it doesnt works.
Kindly guide me.
Its really very urgent.
I have a RadpanelBar placed inside <asp:panel>
<telerik:RadPanelBar ID="RadPanelBar1" Runat="server" Width="195px" BackColor="Transparent"> <Items> <telerik:RadPanelItem Value="item1" runat="server" Text="Info" Expanded="true" Font-Bold="true" > <ContentTemplate> <table cellspacing="0" border="0" cellpadding="0"> <tr> <td> <telerik:RadBinaryImage ID="imgUser" runat="server" AutoAdjustImageControlSize="true" ImageAlign="Middle" Height="154px" Width="195px" /> </td> </tr> </table> </ContentTemplate> </telerik:RadPanelItem> So i set Backcolor="Transparent" in Radpanelbar, it works for the content in radpanelitem, but radpanelitem heading is not changing to transparent color.
I tried CSS, but it doesnt works.
Kindly guide me.
Jayanthi