You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: js/TreeGrid/Searching.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
---
2
2
layout: post
3
-
title: Searching
4
-
description: TreeGrid Searching
3
+
title: Searching in JavaScript TreeGrid Control | Syncfusion
4
+
description: Learn here all about searching support in Syncfusion Essential JavaScript TreeGrid control, its elements, and more.
5
5
platform: js
6
6
control: TreeGrid
7
7
documentation: ug
8
8
api: /api/js/ejtreegrid
9
9
---
10
10
11
-
##Searching
11
+
# Searching in JavaScript TreeGrid
12
12
13
13
The TreeGrid control has an option to search its content using toolbar search box. The toolbar search box can be enabled by using the [`toolbarSettings.toolbarItems`](/api/js/ejtreegrid#members:toolbarsettings-toolbaritems) property. The following code example explains how to integrate search textbox in toolbar.
0 commit comments