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

How can I write texts in hexadecimal in RangeSlider?

Hello,

I want to customize value in Thumb in RangeSlider. For example, when the value is 10, I want it to print 0x0A, which is the hexadecimal equivalent. How can I do that ?


3 Replies 1 reply marked as answer

SV Swetha Vasanthakumar Syncfusion Team April 18, 2023 12:22 PM UTC

Hi Özgür

Query : RangeSlider'da yazıları hexadecimal olarak nasıl yazabilirim

Could you please clarify whether you would like to display the hexadecimal value on a label or in the tooltip of the thumb? 

Regards,

Swetha




ÖZ Özgür April 19, 2023 05:54 AM UTC

Sorry for the different language title. I fixed it. I want to see the RangeSlider value on the label displayed when I change it with the mouse.



EA EwaldJebaraj Anandaraj Syncfusion Team April 20, 2023 01:32 PM UTC

Hi Özgür

 

We have checked the query of "I want to see the RangeSlider value on the label displayed when I change it with the mouse". 

We have created a sample, In that sample we have converted the RangeSlider value into hexadecimal using StringFormat and displayed the converted value in the Label. Please review the attached sample and let us know the details.



Attachment: RangeSliderSample_26b0e69f.zip

Marked as answer
Loader.
Up arrow icon