Skip to content

Commit 7140014

Browse files
docs(grid,treelist): searchbox left-right position ability
1 parent 72f7540 commit 7140014

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

components/grid/filter/searchbox.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ To enable the search box, add the `<GridSearchBox>` tag in the `<GridToolBar>`.
2323
2424
<TelerikGrid Data=@GridData Pageable="true" Height="400px">
2525
<GridToolBar>
26+
<span class="k-toolbar-spacer"></span> @* add this spacer to keep the searchbox on the right *@
2627
<GridSearchBox />
2728
</GridToolBar>
2829
<GridColumns>

components/treelist/filter/searchbox.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ To enable the search box, add the `<TreeListSearchBox>` tag in the `<TreeListToo
2525
ItemsField="@(nameof(Employee.DirectReports))"
2626
Pageable="true">
2727
<TreeListToolBar>
28+
<span class="k-toolbar-spacer"></span> @* add this spacer to keep the searchbox on the right *@
2829
<TreeListSearchBox />
2930
</TreeListToolBar>
3031
<TreeListColumns>

0 commit comments

Comments
 (0)