NumericUpDown CellType

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

2 Replies

AD Administrator 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.


DL Dongxian Li June 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

Loader.
Up arrow icon