[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridTextColumn.FallbackValue

FallbackValue Property

FallbackValue

Gets or sets the value used when the editor cannot produce a valid value from the user's input during commit operations.

Declaration
[Parameter]
public string FallbackValue { get; set; }
<Parameter>
Public Property FallbackValue As String
Remarks

User input is allowed, but if it is not valid:

The default value is null.