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

RadSlider maximum value as a long

3 Answers 63 Views
Slider
This is a migrated thread and some comments may be shown as answers.
Clarence Klopfstein
Top achievements
Rank 1
Clarence Klopfstein asked on 30 Sep 2009, 06:39 PM
I'm working with a RadSlider, is it possible to have the maximum value as a LONG instead of an INT?

3 Answers, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 02 Oct 2009, 02:35 PM
Hi Clarence Klopfstein,
The current version of the RadSlider control supports only values of type INT for its Value, SelectionStart, SelectionEnd, MinimumValue and MaximumValue properties.

Regards,
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
Sebastian
Top achievements
Rank 1
answered on 04 Jul 2012, 01:22 PM
Hi,

Edit: sorry i was referring to the Silverlight class 

Has there been any changes regarding having Maximum and Minimum as a LONG?
I am trying to set LONG values to the Maximum and Minimum properties but i am getting a lot of strange behaviours like for instance Out of Memory Exceptions.

//Sebastian
0
Slav
Telerik team
answered on 05 Jul 2012, 10:26 AM
Hello Sebastian,
 
Currently the RadSlider properties MaximumValue and MinimumValue accept values of type decimal. You should be able to set long type values by converting them to decimal and passing them to the according property after upgrading to the latest release of RadControls for ASP.NET AJAX.

All the best,
Slav
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Slider
Asked by
Clarence Klopfstein
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
Sebastian
Top achievements
Rank 1
Slav
Telerik team
Share this question
or