The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
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 ?
SVSwetha 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ürApril 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.
EAEwaldJebaraj 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.