Team
I have an grid. It contains required filed validator, range validator etc. for validation.. I am display all validation message in Validation Summary on top of the page.
It working fine when i click on update button. showing error message, I want to update validation summary dynamically if user entered valid input. Is there a way for the Validation summary to update in a similar manner as the error messages next to the controls? I would rather not do a postback and call Page.Validate().
All controls inside radgrid.