New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
EnableModelErrorMessageValidation
EnableRequiredFieldValidation
ModelErrorMessage
RenderValidatorBeforeEditor
RequiredFieldValidator
Telerik.Web.UI.GridColumnValidationSettings
The class containing properties associated with the columns' validation base on autogenerated validators.
Inheritance Hierarchy
- System.Object
- Telerik.Web.UI.ObjectWithState
- Telerik.Web.UI.GridColumnValidationSettings : IDisposable
Properties
EnableModelErrorMessageValidation Boolean
Gets or sets whether ModelErrorMessage control will be generated next to the column editor.
EnableRequiredFieldValidation Boolean
Gets or sets whether RequiredFieldValidator control will be generated next to the column editor.
ModelErrorMessage ModelErrorMessage
Gets the ModelErrorMessage control which will be generated next to the column editor.
RenderValidatorBeforeEditor Boolean
Gets or sets whether RequiredFieldValidator control will be rendered before or after the column editor.
RequiredFieldValidator RequiredFieldValidator
Gets the RequiredFieldValidator control which will be generated next to the column editor.
Methods
Dispose
Clean up used resources.
Returns
System.Void