I have just downloaded Telerik for ASP.NET AJAX. I am new to Telerik and Ajax. I have a very simple Splitter:
<
telerik:RadSplitter ID="radsMain" Runat="server" Orientation="horizontal" Width="100%" Height="100%">
<telerik:RadPane runat="server" id="LeftPane" Height="80" Scrolling="None">Header pane</telerik:RadPane>
</telerik:RadPane>
</telerik:RadSplitter>
This Pane show a thin black header border. When I include the BorderStyle="none" property nothing happens. The border is still there.
As you can see really very simple. Is there any special trick ???
Thanks in advance