Int32EditBox Format C

Editors for WPF Forum

Posted 15 years ago by Andy Ver Murlen
Version: 9.1.0500
Platform: .NET 3.5
Environment: Windows XP (32-bit)
Avatar
If you add an Int32EditBox to a window and set it's Format to "C", you must physically type "$" before any entry will be accepted.

<Window>
    <StackPanel>
        <Editors:Int32EditBox Format="C" />
        <Editors:DoubleEditBox Format="C" />
    </StackPanel>
</Window>
If you execute the above code, when the Int32Box gets focus, all text will be selected, however no input will be accepted until a "$" sign is entered. By contrast, the DoubleEditBox will accept all input, and add the "$" sign after focus is lost.

The Int32Box correctly enters "00" to the end of the input if the "." key is pressed.

Comments (1)

Posted 15 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Andy,

I was able to confirm this issue, and it will be fixed for the next maintenance release.


Actipro Software Support

The latest build of this product (v24.1.1) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.