DecimalValue = 0 on DecimalValueChanged when it should be > 0

Hi guys, I am using the CurrencyTextBox and it''s DecimalValueChanged event. When I change the value in the TextBox the first time, the DecimalValueChanged event fires, but the DecimalValue == 0 even though the .Text property shows the newly entered value. I get around this by parsing the Text property. It seems to work properly after a couple of values have been entered. The initial settings on the TextBox are: DecimalValue = 0 ClipMode = ExcludeFormatting Those are the only ones that are not default. Thanks, Cole

1 Reply

AD Administrator Syncfusion Team January 31, 2005 05:09 PM UTC

Hi Cole, I''ve confirmed your problem and entered it as QA #846. The bug seems to occur somewhat inconsistently, so we''ll see if we can track it down. Until then, I''d recommend you continue to use the Text property as a workaround. Thank you for your patience and cooperation. Regards, Gregory Austin Syncfusion, Inc.

Loader.
Up arrow icon