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

RadSlider Range don't init in RadSplitter

2 Answers 46 Views
Slider
This is a migrated thread and some comments may be shown as answers.
Sylvain Langlade
Top achievements
Rank 1
Sylvain Langlade asked on 08 Oct 2008, 01:32 PM
Hi,

It seems to have a bug in radSlider when it is in RadSplitter.

Try this code:
 
<telerik:RadSplitter id="RadSplitter1" runat="server" height="300" width="700">
 
<telerik:RadPane id="navigationPane" runat="server" width="150">
                    Left Pane
</telerik:RadPane>

<telerik:RadSplitBar id="RadSplitbar1" runat="server" CollapseMode="Forward" />

<telerik:RadPane id="contentPane" runat="server">
<telerik:RadSlider ID="RadSlider1" runat="server" Skin="Web20"   Length="506"
                            MinimumValue="10" MaximumValue="60"
                            IsSelectionRangeEnabled="True" SelectionStart="30" SelectionEnd="40"
                            SlideStep="10" Value="30" Width="506px" />
                </telerik:RadPane>
</telerik:RadSplitter>



The SelectionStart property had no effectCan you give me a solution ?

Thanks in advance.



2 Answers, 1 is accepted

Sort by
0
Sylvain Langlade
Top achievements
Rank 1
answered on 10 Oct 2008, 07:25 AM
I transform to support ticket too....

I'll post the fix here if there one....
0
Svetlina Anati
Telerik team
answered on 13 Oct 2008, 08:01 AM
Hello Sylvain,

We already answered your support thread and for your convenience we pasted our reply below:

Thank you for the provided code - I pasted it in a new page, added a reference to the latest version of the Telerik.Web.UI.dll (version 2008.2.1001.20), and then ran the project. But the result I got, was the expected one - please find a screenshot of that result.

I did however get a js error as soon as I tried to drag a dragHandle - we are aware of this problem and we have already fixed it. The fix will be available with the Futures release that will be available for download next week.

In case you have a different problem, please prepare and send us a simple running project, demonstrating it, so that we can research what is causing it.


Best wishes,
Svetlina
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Slider
Asked by
Sylvain Langlade
Top achievements
Rank 1
Answers by
Sylvain Langlade
Top achievements
Rank 1
Svetlina Anati
Telerik team
Share this question
or