Lets say we have 0 displayed in value field of the control and i want that if the value is 0 - display string.Empty (i know that the type of value is decimal and there can be no string inserted instead of decimals in it, but still...May be there is some formatting possible there?).
| ||||
|
feedback
|
|
Note: This is dependent on the current implementation of What you need to do is create a new control that inherits from
| |||
|
feedback
|
|
It seems that there is only very limited support for changing the formatting. I have not tried this myself. But you could create a subclass and override the UpdateEditText method to support your custom format. Something like this:
| |||
|
feedback
|
| |||
|
feedback
|