Skip to main content

TreeListEditingBuilder<T>.AllowAdding Method

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