tags:

views:

15

answers:

0

I am using JqGrid for my MVC Application. I had defined required field validators for the columns like "Column.EditClientSideValidators.Add(new Trirand.Web.Mvc.RequiredValidator());" I am using the Grid Footer button to ADD/Edit records, Suppose if there are 3 required fields and when submit button is clicked while these 3 required fields are empty, the Validation message is getting displayed for the first field and when the first field is filled with value then the second field validation message is displayed when submit is clicked and so on. But my requirement is all the Validation messages should be displayed at once like validation summary in MVC.