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

RadSplitter 2008Q2

1 Answer 63 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Dan
Top achievements
Rank 1
Dan asked on 24 Sep 2008, 03:35 PM
File RadSplitter.cs
In function AddAttributesToRender :
            writer.AddAttribute(HtmlTextWriterAttribute.Style, String.Format("width:1px;height:1px;{2}{3}visibility:{4};{5}", widthAttr, heightAttr, backColorAttr, absolutePositioning, visibleAttr, borderAttr));

Correct syntax is :
writer.AddAttribute(HtmlTextWriterAttribute.Style, String.Format("width:{0};height:{1};{2}{3}visibility:{4};border-width:{5};", widthAttr, heightAttr, backColorAttr, absolutePositioning, visibleAttr, borderAttr));

this error modifies the behavior of control vertical splitter.

1 Answer, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 26 Sep 2008, 08:18 AM
Hello Dan,
I just answered your support ticket with the same question. I will give the information here as well, so that it is available to all:

***
We recently changed the way the RadSplitter calculates its size on the client, in order to enhance the performance when there is a lot of content in the RadPanes. The problem was mainly in IE. The code that you refer to is changed on purpose and it is not a bug. In case you have problems with the new mechanism we have implemented in the splitter, please prepare and send us a simple running project, demonstrating the problem and we will fix it.
***

Sincerely yours,
Tsvetie
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Splitter
Asked by
Dan
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
Share this question
or