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
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.
I wanted to know if you were able to solve your issue based on these suggestions or you still need help. Please let me know.
Dave ,
The things what u have created , simply assigning value of optional to numeric control.
Which is no tat all relevent to our need,i have below mentioned screen shots
i have selected zero option,the value i have entered disappeared
after i have selected nonzero option 5 displaying
Not at all meet mt need..
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.
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
Use Format = 0.00. Format uses .net formats...not same as mask input.
Link to standard numeric formats.
http://msdn.microsoft.com/en-us/library/dwhawy9k(v=vs.71).aspx