I am trying to to set the inital value of the web editor to be 0.00. When it loads it set to 0 until my mouse hoovers over it and its set to 0.00. I set the min and max decimal places to 2. I have tried to set the String.Format. But nothing I am doing is setting the value to 0.00.
Any thoughts?
Hi apalcer,
Have you tried setting the NullValue property of the editor ?
For instance:
WebNumericEditor1.MinDecimalPlaces = 2;WebNumericEditor1.MaxDecimalPlaces = 2;WebNumericEditor1.NullValue = 0.00;
Please let me know if this helps.
Best Regards,
Petar IvanovDeveloper Support EngineerInfragistics, Inc.http://ko.infragistics.com/support
I am following up to check whether your issues has been resolved. Please do not hesitate to contact me if you have any questions.