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.
Hello,
I have a gridControl that has a NumericUpDown cell, I want to show the value in Hex format(0x1d2c), Decimal format(234), Octal format(343) or binary format(010101), how do I do this?
Thanks
Dongxian Li
ADAdministrator Syncfusion Team June 9, 2005 12:10 AM UTC
You will have to derive a cell control to manage this. I do not have a sample for this, but here is a link to derived cell numericupdown that supports decimal increments. http://www.syncfusion.com/support/user/uploads/fractionnumericupdown.zip
This shows how you can tweak the behavior using s derived numericupdown celltype.
DLDongxian LiJune 9, 2005 03:20 PM UTC
Hi Clay,
The sample is very helpful and I have created one derived celltype that meet my needs.
Thanks for the help.
-Dongxian