This question is locked. New answers and comments are not allowed.
I have been having an issue dealing with performing Validation inside of my Server-bound Telerik grid. I am currently performing some of the validation within my controller - which depending on which items in the Grid are invalid, will display an error message just below the entire grid. This doesn't allow me to highlight specific fields that are erroneous, but it is basically the functionality that I am trying to achieve.
However, I have found that when I edit a row on my grid (using inline-editing), and the row contains invalid data - it will not only highlight but display an error message within the cell.
I don't mind the highlighting - however is there a way to disable the validation summary errors that occur within the cells of the grid?
Thanks much,
However, I have found that when I edit a row on my grid (using inline-editing), and the row contains invalid data - it will not only highlight but display an error message within the cell.
I don't mind the highlighting - however is there a way to disable the validation summary errors that occur within the cells of the grid?
Thanks much,