Skip to main content

DataGridEditingBuilder<T>.AllowUpdating Method

Name Parameters Description
AllowUpdating(JS) value Specifies whether a user can update rows. It is called for each data row when defined as a function. Mirrors the client-side allowUpdating option.
AllowUpdating(Boolean) value Specifies whether a user can update rows. It is called for each data row when defined as a function. Mirrors the client-side allowUpdating option.