Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3475
WebPercentEditor allowing value to go above MaxValue when using the up arrow key
posted

The WebPercentEditor allows the value to go above the MaxValue when using the up arrow key.  The old WebPercentEdit control did not allow this.  For example, the HTML code below will only allow a max of 99.999 to be typed in by the user but they can use the arrow key to increase the value.  Is there a way around this?

   

<ig:WebPercentEditor ID="wpeRate" runat="server" 

Width="50px" 

SkinID="Decimal3"

MaxValue="99.999"

MinValue="0" 

MaxLength="6"

Nullable="True"

MinDecimalPlaces="3"

Style="z-index: 110; left: 12px; position: absolute; top: 0px">

</ig:WebPercentEditor>

Parents Reply Children
No Data