I am using the RadSplitter, RadPane and RadSplitterBar.
May I know how to remove the border line (black colour) that generated by the RadPane or just make the border line to others colour?
Thanks.
2 Answers, 1 is accepted
0
Svetlina Anati
Telerik team
answered on 24 Apr 2009, 08:45 AM
Hello Jessie,
When using RadSplitter for ASP.NET AJAX the borders can be removed very easy - the RadSplitter's BorderSizeandPanesBorderSize properties are designed to control the borders' appearance. To remove all the RadSplitter's borders you should set BorderSize="0". In the same manner, to remove the RadPanes' borders you should set PanesBorderSize="0".
As to changing the color, all you need to do is to use the IEDevToolBar or Firebug tools, find the particular CSS classes and set the desired color there.