|
Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
Since you are using the DevExpress controls, use the EditMask. If you set the EditMask to ###, for example, and a MaskType of Numeric, it will by default hide any zero values. You may decide to use the DisplayMask instead. But you can do it through masking.
|