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

Increase Change Value / Scale on Larger Value

4 Answers 70 Views
Slider
This is a migrated thread and some comments may be shown as answers.
Joe
Top achievements
Rank 1
Joe asked on 24 Sep 2009, 03:46 AM
This is a little hard to explain, so I have a few links below that will explain it visually much better, but I want to be able to do this:  when I am dragging a slider, when I get close to the right end (the higher values) I want the "selected value" to go up faster than it would with the lower values.  Have a higher "scale" for the higher values.  Ok visual help:

I am trying to replicate the functionality at this link:  http://www.bluenile.com/diamond-search
See my version for reference also:  http://www.fronseetechnology.com/autoid_video/Admin/DiamondMaintenance.aspx

- Look at the Carat slider on the bluenile link.  Notice when you are sliding towards the end of this slider, the values go up much faster.  Values 3 - 15 are in the last quarter of the slider.  While .23 - 2.00 are in the whole first half.  If you look at mine, it is all even through the whole slider.  Is it possible to achieve this "scaling" with your slider.  I imagine I could play with some of the OnClient javascript functions, but wanted to get your input first.

Your help is always much appreciated.  Thank you

Joe

4 Answers, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 29 Sep 2009, 07:11 AM
Hello Joe,
The RadSlider control does not offer such functionality out of the box. As you yourself mentioned, you can use the client events of the control to implement the described behavior.

What you actually need to "fix" is only the information that you display. That is why, I would recommend that you do the following:
  • Before you update the input, check the value of the slider and calculate the value you want to display in the input based on the selectionStart/selectionEnd of the slider.
  • Update the input with the calculated value and not with the value of the RadSlider.

All the best,
Tsvetie
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
Jewelry
Top achievements
Rank 1
answered on 06 Feb 2016, 12:05 PM

Hi Tsvetie, Please suggest something for - http://www.houstondiamondjeweler.com

Thank you!

0
Vessy
Telerik team
answered on 10 Feb 2016, 03:01 PM
Hi Jewelry,

Can you elaborate a bit on the exact issue we have to look at in the provided site? What are the steps to navigate to the target control and hat is the behavior you want to achieve with it?

Regards,
Vessy
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Shimon
Top achievements
Rank 1
answered on 17 Feb 2016, 10:32 AM
I agree with you Joe.
Tags
Slider
Asked by
Joe
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
Jewelry
Top achievements
Rank 1
Vessy
Telerik team
Shimon
Top achievements
Rank 1
Share this question
or