We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2552932 commit 864edc6Copy full SHA for 864edc6
components/treelist/editing/validation.md
@@ -86,9 +86,6 @@ Install the [`Blazored.FluentValidation`](https://www.nuget.org/packages/Blazore
86
Enable Validation
87
</label>
88
</TreeListToolBarTemplate>
89
- <TreeListToolBarTemplate>
90
- <TreeListCommandButton Command="Add">Add Item</TreeListCommandButton>
91
- </TreeListToolBarTemplate>
92
<TreeListColumns>
93
<TreeListColumn Field="@nameof(Employee.Name)" Expandable="true" />
94
<TreeListColumn Field="@nameof(Employee.Salary)" DisplayFormat="{0:C2}" Width="130px" />
0 commit comments