You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/grid/columns/bound.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,6 +109,7 @@ You can use the following properties on bound columns:
109
109
### Data Operations
110
110
111
111
*`Editable` - (defaults to `true`) - set it to `true` or `false` to allow or prevent [editing]({%slug components/grid/editing/overview%}) of this field. To edit data, you also need a [CommandColumn]({%slug components/grid/columns/command%}).
112
+
*`EditorType` - set the [editor component for `string` or `DateTime` columns]({%slug components/grid/editing/overview%}#customize-the-editor-fields) when an [`EditorTemplate`]({%slug grid-templates-editor%}) is not used.
112
113
*`Filterable` - (defaults to `true`) - set this to `false` so a [filterable]({%slug components/grid/filtering%}) Grid will not let the user filter that particular column.
113
114
*`FilterEditorType` - (defaults to `GridFilterEditorType.DatePicker`) - determines if the default filtering component of a `DateTime` column will be a DatePicker or a DateTimePicker.
114
115
*`FilterEditorFormat` - sets the `Format` of the filtering component as a `string`. Works for DateTime and numeric columns. Do not use a placeholder (e.g. set `"D"`, not `"{0:D}"`).
0 commit comments