Skip to content

Commit

Permalink
docs(treelist): Revamp SearchBox article (#2246)
Browse files Browse the repository at this point in the history
* docs(treelist): Revamp SearchBox article

* rename variable
  • Loading branch information
dimodi authored and NansiYancheva committed Aug 1, 2024
1 parent dc03d69 commit b2cc19c
Show file tree
Hide file tree
Showing 4 changed files with 150 additions and 269 deletions.
4 changes: 2 additions & 2 deletions components/grid/filter/searchbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Toolbar SearchBox
page_title: Grid - Filtering SearchBox
description: Enable and configure filtering SearchBox in Grid for Blazor.
slug: grid-searchbox
tags: telerik,blazor,grid,filtering,filter,searchbox
tags: telerik,blazor,grid,filtering,filter,searchbox,search
published: True
position: 20
---
Expand Down Expand Up @@ -72,7 +72,7 @@ To enable the SearchBox, add the `<GridSearchBox>` tag in the [`<GridToolBarTemp

You can set or remove the search filters programmatically through the `SearchFilter` property of the [Grid state]({%slug grid-state%}).

>caption Set and clear the SearchBox filter programmatically
>caption Set and clear the Grid SearchBox filter programmatically
````CSHTML
@using Telerik.DataSource
Expand Down
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit b2cc19c

Please sign in to comment.