data annotations - How to use DataType.Custom in ASP.NET MVC 2? -


Can anyone tell me how to use datatype in ASP.NET MVC2? Do not use

DataType.Custom .

Instead of using [DataType () "YourCustomDataTypeHere")] An editor / display template named YourCustomDataTypeHere .


Comments