ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / FlexGridTagHelper Class / ValidateEdits Property

In This Topic
    ValidateEdits Property (FlexGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridBase<T>.ValidateEdits. Sets a value that determines whether the grid should remain in edit mode when the user tries to commit edits that fail validation.
    Syntax
    'Declaration
     
    Public Overridable Property ValidateEdits As Boolean
    public virtual bool ValidateEdits {get; set;}
    See Also