Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1080
formatting numbers in cells
posted

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?

Parents
  • 69686
    Suggested Answer
    posted

    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.

Reply Children
No Data