Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > Slider > RadSlider Error

Not answered RadSlider Error

Feed from this thread
  • yang avatar

    Posted on Aug 31, 2011 (permalink)

    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.

    Reply

  • yang avatar

    Posted on Sep 3, 2011 (permalink)

     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>

    Reply

  • Kiril Stanoev Kiril Stanoev avatar

    Posted on Sep 6, 2011 (permalink)

    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 >>

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > Slider > RadSlider Error
Related resources for "RadSlider Error"

Silverlight Slider Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  ]