Unplanned
Last Updated: 28 Feb 2023 13:15 by Steven
Steven
Created on: 28 Feb 2023 13:15
Category: Grid
Type: Feature Request
1
TagHelper Grid not serializing DataAnnotations of Model

I have a model with configured Display and Required DataAnnotation.

However the TagHelper Grid doesn't serialize them because it is lacking a configuration property to bind to a Model like the HtmlHelper does:

@(Html.Kendo().Grid<Kendo.Mvc.Examples.Models.CustomValidationProductViewModel>() 
        .Name("grid")      
        ...
 )

Can this capability be implemented for the TagHelper as well?

0 comments