OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardcore.net
BSD 3-Clause "New" or "Revised" License
2.38k stars 1.12k forks source link

Leverage MVC Validation to do client side validation #1137

Open orchardbot opened 13 years ago

orchardbot commented 13 years ago

@andrerod created: https://orchard.codeplex.com/workitem/17307

Since we're using MVC validation we could leverage that fact to do client side validation almost for free:

http://msdn.microsoft.com/en-us/magazine/ee336030.aspx

orchardbot commented 13 years ago

@Piedone commented:

Related: http://orchard.codeplex.com/workitem/17274

orchardbot commented 13 years ago

@bleroy commented:

Let's reevaluate this.

orchardbot commented 13 years ago

rfcdejong commented:

Please take a look at what brad wilson wrote about new support in mvc 3 http://bradwilson.typepad.com/blog/2010/10/mvc3-unobtrusive-validation.html