Unplanned
Last Updated: 31 Mar 2023 12:06 by ADMIN
Elliot
Created on: 19 Nov 2015 20:07
Category: NumericTextBox
Type: Feature Request
25
Change Numeric TextBox k-min/k-max Validation behavior
Currently if k-min is set to 100 and a value less than 100 is entered the control will automatically change the value to 100.  

This is very poor behavior.  User input should NEVER be automatically changed to another value. The users rarely notice this and it leads to incorrect data being stored.

What should happen is that it should raise a validation error.  Further it should support using Angular validation for these errors.
10 comments
ADMIN
Angel Petrov
Posted on: 31 Mar 2023 12:06

Hello,

We do see value for such behavior. It was internally discussed and will most probably be implemented in a future release.

Regards,
Angel Petrov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

ADMIN
Georgi Denchev
Posted on: 30 Dec 2022 09:56

Hi, Brendan,

The latest Kendo UI version as of now is v2022.3.1109. The status of the item is still "Unplanned" so there haven't been any significant updates on the matter, however I can see that there have been quite a few votes for the request.

I'll forward the item to the Devs and Managers for further review.

Best Regards,
Georgi Denchev
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Brendan
Posted on: 23 Dec 2022 18:39

I am trying to research if any progress has been made on this behavior (to not override users input).

Currently using Kendo UI v2021.1.330, and I still see it happening.

ADMIN
Ivan Danchev
Posted on: 27 May 2021 13:31

Hi,

The NumericTextBox still sets the invalid value automatically, thus the feature should not be considered "Completed".

Reverting the status from "Completed" to "Unplanned".

Regards,
Ivan Danchev
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Javier
Posted on: 22 Sep 2016 21:40
user input should never be ovewritten 
ADMIN
Petyo
Posted on: 19 Sep 2016 05:51
We shipped a demo that includes a validation integration in R3 2016 - http://demos.telerik.com/kendo-ui/numerictextbox/validation
Bill
Posted on: 31 May 2016 23:37
I concur.  I gave a really bad estimate for a simple 3 column grid with some validation rules that validated the fields and also implemented a unique rule across two fields.  The solution took quite some time as the first columns validation rule would hit while the second columns validation would never hit whenever the Tester clicked "Add New Row".  I had to override the toolbar's create button via template and then implement a method similar to the one found here http://www.telerik.com/forums/validation-for-new-record-in-batch-edit-grid.  I expect the validator to validate the rules set on all columns when clicking "Add New Row' and if that's not the default, then there should exist a property to set it as such.
Nikola
Posted on: 21 Mar 2016 13:35
I strongly support this issue, escpecially in conjuncion with Angular.
Imported User
Posted on: 27 Feb 2016 19:23
We are facing the same problem on our project -- We would prefer the input just be cleared, or a validation error, but not user input coercion.

Otherwise great form widget library!!
Imported User
Posted on: 01 Feb 2016 07:13
User input should not be over written by kendo.