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

Unexpected slider behaviour with binding

3 Answers 57 Views
Slider
This is a migrated thread and some comments may be shown as answers.
Fedor
Top achievements
Rank 1
Fedor asked on 23 Oct 2009, 08:18 AM
I use RadSlider inside DataGrid template column. And the slider value is specified as TwoWay binding. If I click over the slider (LargeChange) the slider starts jumping around and never stays at the required position. Here's my XAML, I can send you a sample project if you have problems reproducing the issue.


<data:DataGrid x:Name="SlillsGrid" AutoGenerateColumns="False" Background="{StaticResource BackTreeGrid}" 
AlternatingRowBackground="Transparent" RowBackground="Transparent" GridLinesVisibility="Horizontal" Height="400"
    <data:DataGrid.Columns> 
        <data:DataGridTemplateColumn Width="190" Header="Utilization"
            <data:DataGridTemplateColumn.CellTemplate> 
                <DataTemplate> 
                    <telerik2:RadSlider Maximum="100" SmallChange="1" LargeChange="10" Minimum="0" Value="{Binding Utilization, Mode=TwoWay}"  
Width="150"/> 
                </DataTemplate> 
            </data:DataGridTemplateColumn.CellTemplate> 
        </data:DataGridTemplateColumn> 
    </data:DataGrid.Columns> 
</data:DataGrid> 

3 Answers, 1 is accepted

Sort by
0
Kiril Stanoev
Telerik team
answered on 27 Oct 2009, 09:06 AM
Hi Fedor,

I was not able to reproduce the issue you are describing. I am attaching my sample project. It would be great if you could send me a project reproducing the problem.

Regards,
Kiril Stanoev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Fedor
Top achievements
Rank 1
answered on 27 Oct 2009, 03:17 PM
I modified your solution and reproduced the issue. I just added DataGrid. Please just click several times over sliders.
http://open-pim.com/tmp/SampleProject.zip (don't know how to attach the zip to this thread)
Please let me know if you still can't reproduce it - I'll give you more details.
0
Kiril Stanoev
Telerik team
answered on 30 Oct 2009, 10:45 AM
Hello Fedor,

Thank you for reporting this issue. We will investigate it and come up with a solution as soon as possible. A solution might not be available for out Q3 release, but stay tuned for a fix in any of the later service packs or internal builds.

I have also updated your account with 1000 Telerik points.

Kind regards,
Kiril Stanoev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Slider
Asked by
Fedor
Top achievements
Rank 1
Answers by
Kiril Stanoev
Telerik team
Fedor
Top achievements
Rank 1
Share this question
or