This is a migrated thread and some comments may be shown as answers.

[Solved] numeric text box validation teleric

0 Answers 10 Views
NumericTextBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
R
Top achievements
Rank 1
R asked on 14 Feb 2013, 04:51 AM

I am evaluating teleric controls in my mvc 3 app.

I have two numeric text boxes in my index view Seats available (numeric text box) range 1min-200max default is 100 Attendance (numeric text box) range 1min-200max default is 50 Client side validation The condition I what to evaluate is attendance must be less than the Seats available. The Attendance (Numeric text box) should automatically adjust according the condition above The user want to enter a value or press stepper more than or equal to the seats available then the Attendance (numeric text box) disabled. If they changed (how to capture changed event here) and click on other link they should be saved otherwise save popup need to display (can you please suggest any teleric popup control to save “yes” or “cancel” for mvc 3 app).

Any Help with code sample is highly appreciated. Thanks in Advance. mythri

Tags
NumericTextBox
Asked by
R
Top achievements
Rank 1
Share this question
or