This is a migrated thread and some comments may be shown as answers.

Remove Border of Splitter Control

4 Answers 163 Views
Slider
This is a migrated thread and some comments may be shown as answers.
Brijendra Kumar
Top achievements
Rank 1
Brijendra Kumar asked on 02 May 2009, 08:57 AM
Dear All,


I dont want to show border of rad splitter control.
Does anyone know how to remove, please tell me..


Thanks in advance..


Regards
Brijendra Pandey    

4 Answers, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 04 May 2009, 01:30 PM
Hello Brijendra,

When using RadSplitter for ASP.NET AJAX  the borders can be removed very easy - the RadSplitter's BorderSize and PanesBorderSize 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".


Greetings,
Svetlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Himanshu
Top achievements
Rank 1
answered on 16 Jun 2009, 12:17 PM
Hi,

I want to remove splitter border but when i make bordersize="0". the content inside the splitter disappears in firefox/crome.

Please help.

0
Tsvetie
Telerik team
answered on 17 Jun 2009, 01:24 PM
Hello Himanshu,
I tested the following code with version 2009.1 402 as you have specified that you use this version in IE7, IE8 and FF and the text of the RadPanes showed as expected:
<form id="form1" runat="server"
    <asp:ScriptManager ID="ScriptManager1" runat="server" /> 
     
    <telerik:RadSplitter ID="RadSplitter1" runat="server" BorderSize="0"
        <telerik:RadPane ID="RadPane1" runat="server" BackColor="red">Pane1</telerik:RadPane> 
        <telerik:RadPane ID="RadPane2" runat="server" BackColor="blue">Pane2</telerik:RadPane> 
    </telerik:RadSplitter> 
</form> 

Could you please open a new support ticket and send me a simple running project, demonstrating the problem with the missing content when the RadSplitter has no border?

Best wishes,
Tsvetie
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Himanshu
Top achievements
Rank 1
answered on 17 Jun 2009, 01:56 PM
Hi,

I've modified the splitter.vista.css and used this in my solution. it worked.

Thanks
Tags
Slider
Asked by
Brijendra Kumar
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Himanshu
Top achievements
Rank 1
Tsvetie
Telerik team
Share this question
or