I am using knockout.js & knockout.validation plugins. I am adding the example fiddle
knockout.js & knockout.validation
http://jsfiddle.net/hsnCW/1/
In this example there is a cu
You can use the validationMessagebinding to display any of your proerties error message:
validationMessagebinding
And you can disable the automatically inserted validation message with the validationOptions binding:
validationOptions
New Item: Add
See the documentation Validation Bindings section for more info.
Demo JSFiddle.