This question is locked. New answers and comments are not allowed.
hi team,
i am using telerik Radslider version 2011.2.712.1040. i have Main page with Viewbox.
i have my RadSlider control as seperate user control. simply i have added this usercontrol to Mainpage with in the viewbox.
then the slider is behaving wrongly. if i dont have the viewbox it will work nicely. i have attached the sample project with this post.
Please review this and give me a good solution. but i am in need to put the viewbox in my page. how to i get work my Radslider
within the viewbox.
i cannot attach my project zip so i have added the sample code here.
Thanks,
Muthu
i am using telerik Radslider version 2011.2.712.1040. i have Main page with Viewbox.
i have my RadSlider control as seperate user control. simply i have added this usercontrol to Mainpage with in the viewbox.
then the slider is behaving wrongly. if i dont have the viewbox it will work nicely. i have attached the sample project with this post.
Please review this and give me a good solution. but i am in need to put the viewbox in my page. how to i get work my Radslider
within the viewbox.
i cannot attach my project zip so i have added the sample code here.
<
UserControl
x:Class
=
"OnDataLoaded.MainPage"
xmlns
=
"http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:telerik
=
"http://schemas.telerik.com/2008/xaml/presentation"
>
<
Grid
x:Name
=
"LayoutRoot"
Background
=
"White"
>
<
Viewbox
>
<
telerik:RadSlider
x:Name
=
"radslider1"
Minimum
=
"2010"
Maximum
=
"2021"
IsMoveToPointEnabled
=
"True"
IsSnapToTickEnabled
=
"True"
Value
=
"2012"
TickPlacement
=
"Both"
Width
=
"500"
HandlesVisibility
=
"Visible"
TickFrequency
=
"1"
VerticalAlignment
=
"Center"
Margin
=
"50"
/>
</
Viewbox
>
</
Grid
>
</
UserControl
>
Thanks,
Muthu