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
Link to standard numeric formats.
http://msdn.microsoft.com/en-us/library/dwhawy9k(v=vs.71).aspx
Use Format = 0.00. Format uses .net formats...not same as mask input.
Hello Karthik,
I tried this and it always works fine for me so I attached my sample to this post for you. Please review it and feel free to let me know if I misunderstood you or if you have any other questions.
Dave,
Simply i m telling telling my issue. in Ultra numeric editior , i need to format 0 values.
Should display like 0.00 means Empty.
If the numeric editor has value 25.00 ,means 25 ok..
This what my need , and have tried out format "#.##" not at all works
Regards
KArthik
Hello,
From the description of the issue in your original post, it appears that you don't want anything displayed when the value is 0. Please clarify the exact behavior you're looking for.