﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » WinForms (How do I?)  » Problem with NumericUpDown-Control</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 05:01:59 GMT</lastBuildDate><ttl>20</ttl><item><title>Problem with NumericUpDown-Control</title><link>http://forum.strataframe.net/FindPost22401.aspx</link><description>when entering values into the numeric updown control through the keyboard instead of using the up/down errors, the following will occour:&lt;/P&gt;&lt;P&gt;trying to enter: 127&lt;/P&gt;&lt;P&gt;Result: 271,00&lt;/P&gt;&lt;P&gt;after each keypress, it moves the cursor to the left and then appends the number to the left instead of to the right. &lt;/P&gt;&lt;P&gt;So if&amp;nbsp; the user wants to enter 127, he actually needs to enter 271.</description><pubDate>Wed, 18 Mar 2009 07:58:30 GMT</pubDate><dc:creator>Philipp Guntermann</dc:creator></item><item><title>RE: Problem with NumericUpDown-Control</title><link>http://forum.strataframe.net/FindPost22420.aspx</link><description>This is the behavior of the .NET control in which this control is inherited.&amp;nbsp; We only added SF data binding to this control and it is not enhanced.&amp;nbsp; If you change the BindingUpdateMode to OnValidation you may have a slightly better experience, but this control is one we are going to replace with one of our custom controls in the future as it doesn't work well for user input.&amp;nbsp; We use masked controls instead.</description><pubDate>Wed, 18 Mar 2009 07:58:30 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>