asp.net mvc 5 - asp mvc-5 client side requried validation for List dosn't work -


i've view model list attribule

 [required]  public list<surgeons> surgeons { get; set; } 

the validation works fine on server side, didn't work on client side. want use required validation not custom 1


Comments

Popular posts from this blog

c# - Class in a list -

mysql - Django database model for my website -

ios - How to run a segue on itself OR another viewController -