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
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..
Hello,
I created a sample which demonstrates what Boris described. I'd like you to run it and let me know if it does what you want. If it doesn't, let me know so I can change it.
Sorry..
Still the problem continous..
Format for numeric editor not at all working..
Pl give us some other soluction , which is to hide if zero value presents
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.
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.