c# - Change backcolor or hide border in Telerik radPageView -
i want change color or remove green border of tab. how can this? use telerik pageview in strip mode. thanks
try using followimg css , markup
.multipage { border:none !important;//to remove green border background:green !important;/to change background color }
aspx:
<telerik:radmultipage runat="server" id="radmultipage1" cssclass="multipage"> .................. </telerik:radmultipage>
Comments
Post a Comment