Hi,
Simple page
but it renders incorrectly in Chrome (in IE it's fine) - please find attachments below.
I know I could set style directly (as described in Removing the border of RadSplitter panes and the RadSplitter) but the question remains in what scenario property BorderSize is actually working?
Simple page
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm47.aspx.cs" Inherits="fTest.WebForm47" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"> <title></title></head><body> <form id="form1" runat="server"> <div> <telerik:RadScriptManager ID="RadScriptManager1" runat="server"> </telerik:RadScriptManager> <telerik:RadSplitter ID="RadSplitter1" runat="server" Height="100%" Width="100%" BorderSize="0" PanesBorderSize="0" Skin="Office2010Silver"> <telerik:RadPane runat="server" ID="RadPane1" Width="350px" MaxWidth="350"> abc </telerik:RadPane> <telerik:RadSplitBar runat="server" ID="RadSplitbar1" CollapseMode="Forward" ResizeStep="50" /> <telerik:RadPane runat="server" ID="RadPane2" Width="350px" MaxWidth="350"> cde </telerik:RadPane> </telerik:RadSplitter> </div> </form></body></html>but it renders incorrectly in Chrome (in IE it's fine) - please find attachments below.
I know I could set style directly (as described in Removing the border of RadSplitter panes and the RadSplitter) but the question remains in what scenario property BorderSize is actually working?