This question is locked. New answers and comments are not allowed.
Hi,
I have a simple IntegerTextBox -->
@(Html.Telerik().IntegerTextBoxFor(model => model.Male)
.MinValue(0)
.MaxValue(5)
.ClientEvents(events => events.OnChange("onChange"))
)
As soon as I add the OnChange event, whenever either the up or down spinner is clicked (once!) the entered value increments to the max or min (depending on button) triggering the event at each change. In the above example, if the initial value is 0 and up spinner is selected, then five events are triggered (i.e. until the MaxValue is reached).
I am using version 2011.1.315 of the library.
Is this a bug???
Many thanks!
I have a simple IntegerTextBox -->
@(Html.Telerik().IntegerTextBoxFor(model => model.Male)
.MinValue(0)
.MaxValue(5)
.ClientEvents(events => events.OnChange("onChange"))
)
As soon as I add the OnChange event, whenever either the up or down spinner is clicked (once!) the entered value increments to the max or min (depending on button) triggering the event at each change. In the above example, if the initial value is 0 and up spinner is selected, then five events are triggered (i.e. until the MaxValue is reached).
I am using version 2011.1.315 of the library.
Is this a bug???
Many thanks!