Is the functionality for data annotations on view models not applied to .net core controls yet? I tried adding some (Display, ReadOnly, etc) and I'm not getting any effect from it. Also, I don't think the
BindAttribute-Exclude from the syncfusion MVC documentation will apply to .net core because it's my understanding that exclude doesn't exist in .net core. If that's the case, what would be the alternative?
If syncfusion for .net core doesn't support data annotations, when will it? If it does, can I get a list of .net core specific data annotations and an example of each one being used?
Thanks!