hi,
Any body can help me about NumericRangeSlider, I am learning infragistics controls. we have an issue
to solve,The issue is
We have three NumericRangeSlider
first slider starts with minimum value from 61 and maximum value 100
Second slider starts with minimum value from to 41 and maximum value 60
Third slider starts with minimum value from to 0 and maximum value 40.
if change the first slider minimum value to 70 then we have to change maximum value of the second
slider to 69 and vice versa.
Plz any can help me.
Hello,
Thank you for your post. I have been looking through it and I created a sample project for you with the functionality you want. Basically I bound the XamNumericRangeSliders’ MaxValues to the next Slider's MinValue and used a Converter to decrease it by 1. Please let me know if this helps you or you need further clarifications on this matter.
Looking forward for your reply.
Can you please tell me,how can i store the change value of numeric slider.If i change the slider min value from 60 to 70.The change is 10.I want to catch that value by using that value 10,i have to increase max value of the second slider from 59 to 69.
Which property and event catches that value,Please help me,i am waiting for reply..
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.
Will please help how can i style the xamnumericslider with rage as labels on slider above
like my slider max value is 100 and min value 60,i have to 65,70,75,80,85,90,95 labels on slider.
Thanks for your reply
I have been looking into the sample again and I modified it, so now it works as you want. Basically I added a Label in the Template of the TickMarks and I bound it Content to the Value of the Tick. Please let me know if this helps you or you need further clarifications on this matter.