Hi,
How to remove rad panel bar header in each panel item.i am used following css to remove header, when first time it work what i expect, but when post pack page, header for all panel item will appear again.I have 3 panel items.
<style type="text/css">
html .RadPanelBar .sampleCssClass {
display: none;
}
</style>
Screenshots :
When load first time no headers - http://prntscr.com/qbgrq0
when i click top combobox and page get post back and header will appear to all panel items - http://prntscr.com/qbgsbk
What i am expect - http://prntscr.com/qbgxrw
I applied class in code behind for all panel items also , but still appear.
Note : in panel bar i used RenderMode as Classic . Following css i used to remove brodres
.RadPanelBar .rpRootGroup,
.RadPanelBar .rpRootGroup .rpLink
{
border: none !important;
color: #5F5F5F;
text-decoration: none;
border-bottom-width: 0px !important;
}
.RadPanelBar .rpOut
{
border-bottom-width: 0px !important;
}
Pls reply asap
Thanks