Skip to main content

DataGridColumnBuilder<T>.AllowEditing Method

Name Parameters Description
AllowEditing(JS) value Specifies whether a user can edit values in the column at runtime. By default, inherits the value of the editing.allowUpdating property. Mirrors the client-side allowEditing option.
AllowEditing(Boolean) value Specifies whether a user can edit values in the column at runtime. By default, inherits the value of the editing.allowUpdating property. Mirrors the client-side allowEditing option.