I have a WebGrid with a RequiredFieldValidator tied to several columns. Is it possible to fire this validator from a client side script before the user leaves the row? I would like to assure that all required fields are satisfied before the user is allow to go to a different row.
Hello,
There is a standard (provided by Microsoft) client-side function that fires all validators on the page - Client_Validate(). Calling in the respective event might be what you need.