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

[Solved] Slider with additional value and title

1 Answer 12 Views
Slider
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Dmitry
Top achievements
Rank 1
Dmitry asked on 20 Feb 2012, 10:48 AM
Is it possible to customize Slider in the following way:
1. Store an additional value for each numeric value, something like "object Tag"
2. Store human-readable title and show it instead of default numeric values.

In other words, I'd happy to have slider items something like

class SliderItem
{
      public Guid Tag{get;set}
      public Int32  Value{get; set;}
      public string Title{get; set}
}

and get currently selected item with all additional values together with Int32 Value on post.

Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Hristo Germanov
Telerik team
answered on 22 Feb 2012, 05:42 PM
Hello Dmitry Bulavin,

Thank you for contacting us.

Currently this functionality is not supported, but I will add it as a feature request in our internal system. If we receive more requests for the same functionality, we will schedule it for investigation.

Greetings,
Hristo Germanov
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
Slider
Asked by
Dmitry
Top achievements
Rank 1
Answers by
Hristo Germanov
Telerik team
Share this question
or