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
745
Hide Zero s display in Numeric Editor
posted

In this image numeric editiors , have zero value i want to show that value ,  Else empty string . not this(0.00)

Which shold not capture dbnull.value , when accessing this numeric editor 

Parents
No Data
Reply
  • 71886
    Offline posted

    Hello,

    Could you please try the following code:

    ultraNumericEditor1.FormatString = "#.##";

    Please feel free to let me know if I misunderstood you or if you have any other questions.

     

Children