I need your help regarding this issue. I created a multiple textbox, and each textbox will update dynamically and orderly based on the input value. Each textbox can only have unique value except for the 0.
Here what I have done so far.
For example
- if I enter value 1 in COLUMN_3, and the next column will update 2. Meaning the result will be [ COLUMN_3 = 1, COLUMN_4 = 2, COLUMN_5 = 3, COLUMN_1 = 4, COLUMN_2 = 5 ]
- it also allow to enter 0 value. Example if the COLUMN_1 & COLUMN_2 value is 0. Then it will update [ COLUMN_1 = 0, COLUMN_2 = 0, COLUMN_3 = 1, COLUMN_4 = 2, COLUMN_5 = 3 ] only
Any idea how can I achieve this result. Thanks. Appreciate your help.
from Kendo NumericTextBox update dynamic sequence number
No comments:
Post a Comment