Hi, I need to show to the end user the string 'Not applicable' if the value found in the column [a decimal column] is null or 0(zero). How can I implement it through code?
Hello,
The editor exposes a NullText property, which will be the text that will show up when the value is null. If it is zero, you can use the ValueToTextConverter property.
Thank you, Alex
VAELRIO