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

RadSlider Error

2 Answers 38 Views
Slider
This is a migrated thread and some comments may be shown as answers.
yang
Top achievements
Rank 1
yang asked on 01 Sep 2011, 03:26 AM

The telerik:RadSlider  of  RadControls for Silverlight Q2 2011 has an error  that is  Maximum="2010"  Minimum="2005"

while the telerik:RadSlider of  2011.1.315.1040  version  is right.

2 Answers, 1 is accepted

Sort by
0
yang
Top achievements
Rank 1
answered on 03 Sep 2011, 02:04 PM

 RadControls for Silverlight Q2 2011 bug
<UserControl x:Class="RadControlsSilverlightApp2.MainPage"
  xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
  mc:Ignorable="d" d:DesignWidth="640" d:DesignHeight="480">
    <UserControl.Resources>
        <ResourceDictionary>
          
            <DataTemplate x:Key="TickTemplate">
                <Grid>
                    <TextBlock Text="{Binding}" />
                </Grid>
            </DataTemplate>
        </ResourceDictionary>
    </UserControl.Resources>
    <Grid x:Name="LayoutRoot">
        <telerik:RadSlider x:Name="RadSlider1" VerticalAlignment="Center" 
    HandlesVisibility="Visible"  
    TickPlacement="Both"    TickFrequency="1"
       TickTemplate="{StaticResource TickTemplate}"   Minimum="2005" Maximum="2011" Margin="41,205,73,225">
            <telerik:RadSlider.TickTemplateSelector>
                <telerik:DataTemplateSelector >
                
                </telerik:DataTemplateSelector>
            </telerik:RadSlider.TickTemplateSelector>
        </telerik:RadSlider>

    </Grid>
</UserControl>

0
Kiril Stanoev
Telerik team
answered on 06 Sep 2011, 09:08 AM
Hello Yang,

Thank you for your feedback. We were aware of this issue and it has already been fixed. You can either download and try our latest internal build which contains the fix or wait till the end of the month and install our Service Pack.

All the best,
Kiril Stanoev
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
Slider
Asked by
yang
Top achievements
Rank 1
Answers by
yang
Top achievements
Rank 1
Kiril Stanoev
Telerik team
Share this question
or