We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Problems binding to sfRangeSlider RangeStart and RangeEnd

Hi,
I would like to bind the values of the RangeStart and RangeEnd properties of sfRangeSlider control to textblocks. 
See XAML below:

<StackPanel 
                    Orientation="Horizontal">
                     <TextBlock
                        Text="{Binding ElementName=WarmUpHrZoneRangeSlider, Path=RangeStart}" 
                        Padding="10,10,0,0"
                        Margin="0,0,0,10"/>
                    <TextBlock 
                        Text="{Binding ElementName=WarmUpHrZoneRangeSlider, Path=RangeEnd}"
                        Padding="0,10,0,0"
                        Margin="30,0,0,0"/>
                </StackPanel>
                <input:SfRangeSlider x:Name="WarmUpUnitsZoneRangeSlider"                
                    Minimum="70"
                    Maximum="220"
                    ShowRange="True"
                    TickFrequency="5"
                    RangeStart="100"
                    RangeEnd="125"
                    ShowCustomLabels="True"
                    LabelPlacement="TopLeft"
                    CustomLabels="{Binding HeartRateCustomLabels }" />

The problems is that the texblock for the RangeStart always displays 0, and the textblock for the RangeEnd always displays 5.
Any suggestions will be greatly appreciated.
Thanks
Alex.

1 Reply

VJ Victory Jessie Selvam D Syncfusion Team January 13, 2014 09:21 AM UTC

Hi Alex,

 

We are unable to reproduce the reported issue "Problems in binding SfRangeSlider RangeStart and RangeEnd" with the attached sample. Kindly revert us with modified sample or provide more details regarding the issue so that we can proceed further in resolving the issue.

 

Please let us know if you need further assistance.

 

Regards,

Victory


RangeSlider_115275_WP_1912a255.zip

Loader.
Live Chat Icon For mobile
Up arrow icon