-
14
posts
Member since:
Jun 2011
Posted 02 Aug 2012
Link to this post
I have a kendoGrid to display fields as text boxes and I would like to use validation on the input text boxes using kendoValidator.
I would expect to see a message against each text box but only one validation message is reused for each cell.
How do we use the kendoValidator within kendoGrid that uses a row template and generates input tags for each fields.
I have attached a sample file with a grid and validation within it.
-
-
14
posts
Member since:
Jun 2011
Posted 02 Aug 2012
Link to this post
Forgot to add the name attribute to the inputs, updated the template with unique names and it works
-