SpreadsheetSheetRowCellValidationSettingsTagHelper

Example

Razor
<validation/>

Attributes

AttributeTypeDescription
allow-nullsBooleanSpecifies whether to allow null values.
comparer-typeStringDefines the comparer type that is used to validate the cell value.The supported values are: greaterThan; lessThan; between; equalTo; notEqualTo; greaterThanOrEqualTo; lessThanOrEqualTo; notBetween or custom.
data-typeStringDefines the data type of the cell value.
fromStringDefines a formula or a value that is used for the comparison process. Used as the only compare value if the comparer type does not require a second argument. Mandatory for validation to work.
message-templateStringDefines the hint message that will be displayed if the value is invalid.The template provides access to the following variables: from{0}; to{1}; fromFormula{2}; toFormula{3}; dataType{4}; type{5} or comparerType{6}.
message-template-handlerStringDefines the hint message that will be displayed if the value is invalid.The template provides access to the following variables: from{0}; to{1}; fromFormula{2}; toFormula{3}; dataType{4}; type{5} or comparerType{6}.
message-template-idStringDefines the hint message that will be displayed if the value is invalid.The template provides access to the following variables: from{0}; to{1}; fromFormula{2}; toFormula{3}; dataType{4}; type{5} or comparerType{6}.
message-template-viewIHtmlContentDefines the hint message that will be displayed if the value is invalid.The template provides access to the following variables: from{0}; to{1}; fromFormula{2}; toFormula{3}; dataType{4}; type{5} or comparerType{6}.
show-buttonBooleanA Boolean value which indicates if a button for selecting list items will be displayed (dataType set to list).
title-templateStringDefines the hint title that will be displayed if the value is invalid.
title-template-handlerStringDefines the hint title that will be displayed if the value is invalid.
title-template-idStringDefines the hint title that will be displayed if the value is invalid.
title-template-viewIHtmlContentDefines the hint title that will be displayed if the value is invalid.
toStringDefines a formula or a value that is used for the comparison process. Will be used if the comparer type requires a second argument.
typeStringDefines the validation type.The supported options are: reject or warning (default).
In this article
ExampleAttributes
Not finding the help you need?
Contact Support