I have asp.net mvc3 project where I do a bulk edit on a table with knockout binding. I want to do validations like required and number validations while saving data. Is there any easier way to do knock out validations. PS: I am not using forms.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Have a look at: https://github.com/ericmbarnard/Knockout-Validation This cleanly setups and uses what's described in the knockout documentation at: http://knockoutjs.com/documentation/extenders.html under: Live Example 1: Forcing input to be numeric You can see it live at: http://jsfiddle.net/ericbarnard/KHFn8/ |
|||||||||||||||||||
|