I was wondering if it is possible to validate fields when they are dynamically added.
I have a web form that will have multiple dynamically added row in HTML tables.
For example, I have a drop-down with values from 0 to 10. Depending on the selection in the drop-down it will determine how many rows to create.
If a user chose 3 from the drop-down there will be 3 rows with say 5 fields per row (all required fields).
Is it doable with fluent validation?
I have a web form that will have multiple dynamically added row in HTML tables.
For example, I have a drop-down with values from 0 to 10. Depending on the selection in the drop-down it will determine how many rows to create.
If a user chose 3 from the drop-down there will be 3 rows with say 5 fields per row (all required fields).
Is it doable with fluent validation?