ClassValidationSettings
Class
Definition
Namespace:Telerik.Blazor.Components.Common.Grid
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public abstract class ValidationSettings : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance: objectComponentBaseValidationSettings
Implements:
Inherited Members
Constructors
ValidationSettings()
Declaration
cs-api-definition
protected ValidationSettings()
Properties
Enabled
Controls whether automatic validation is active for form fields and editing operations. Set to false to disable built-in validation entirely. Default value is true (validation enabled).
ValidatorTemplate
Provides a custom validation component to replace the default DataAnnotationsValidator. Use this to integrate third-party validation libraries. Children: Custom validator component that implements validation logic.
Declaration
cs-api-definition
[Parameter]
public RenderFragment ValidatorTemplate { get; set; }
Property Value