Skip to content

Commit 1fa3f87

Browse files
chore(TreeList): apply suggestions to treelist
1 parent 7da2789 commit 1fa3f87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/treelist/toolbar.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The [Blazor TreeList](https://demos.telerik.com/blazor-ui/treelist/overview) too
1414

1515
## Built-In Tools
1616

17-
By default, the [Blazor TreeList](https://demos.telerik.com/blazor-ui/treelist/overview) displays all its built-in tools in the order below. Use the respective tool tag if you need to define a tool explicitly in a [toolbar configuration](#toolbar-tools-configuration).
17+
The [Blazor TreeList](https://demos.telerik.com/blazor-ui/treelist/overview) displays all its built-in tools in the order below. Use the respective tool tag if you need to define a tool explicitly in a [toolbar configuration](#toolbar-tools-configuration).
1818

1919
### Command Tools
2020

@@ -43,7 +43,7 @@ Add a `<TreeListToolBar>` tag inside `<TelerikTreeList>` to configure a toolbar,
4343
* Remove some of the built-in tools;
4444
* Add custom tools.
4545

46-
>important When configuring the Toolbar, you can use either the `<TreeListToolBar>` or the `<TreeListToolBarTemplate>`. Note that both cannot be used together.
46+
>important `<TreeListToolBar>` and `<TreeListToolBarTemplate>` cannot be used together in the same TreeList instance.
4747
4848
>caption TreeList Toolbar Tools
4949
@@ -228,7 +228,7 @@ Add a `<TreeListToolBar>` tag inside `<TelerikTreeList>` to configure a toolbar,
228228

229229
Add a `<TreeListToolBarTemplate>` tag inside `<TelerikTreeList>` to configure a custom toolbar. You can add your own HTML and components to create a more complex layout in the TreeList header to match your business needs and also `TreeListCommandButton` instances (read more about the features available in those buttons in the [Command Column](slug://treelist-columns-command) article).
230230

231-
Note that when using `<TreeListToolBarTemplate>`, you need to use the `Tab` key to navigate through the items. This is because the `<TreeListToolBarTemplate>` allows rendering of custom elements, unlike `<TreeListToolBar>`, where the default keyboard navigation between tools is handled using the arrow keys.
231+
When using a `<TreeListToolBarTemplate>`, you need to use the `Tab` key to navigate between the focusable items. This is because the `<TreeListToolBarTemplate>` allows rendering of custom elements. On the other hand, the `<TreeListToolBar>` uses the [built-in keyboard navigation](slug://accessibility-overview#keyboard-navigation) through arrow keys.
232232

233233
>caption Custom TreeList Toolbar
234234

0 commit comments

Comments
 (0)