Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion js/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Essential JS is a comprehensive collection of over 80 enterprise-grade HTML5 Jav

* The [Knowledge Base](https://support.syncfusion.com/kb/retiredproducts/category/94) section contains responses to some of the most common questions that other customers have asked us in the past so this would be a good place to search for topics that are not covered in the user guide.

* Similar to the [Knowledge Base](https://support.syncfusion.com/kb/retiredproducts/category/94), the [forum](https://www.syncfusion.com/forums/javascript) section also contains responses to questions that other customers have asked us in the past.
* Similar to the [Knowledge Base](https://support.syncfusion.com/kb/web/category/70), the [forum](https://www.syncfusion.com/forums/javascript) section also contains responses to questions that other customers have asked us in the past.

## Create a support incident

Expand Down
6 changes: 3 additions & 3 deletions js/TreeGrid/Searching.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: post
title: Searching
description: TreeGrid Searching
title: Searching in JavaScript TreeGrid Control | Syncfusion
description: Learn here all about searching support in Syncfusion Essential JavaScript TreeGrid control, its elements, and more.
platform: js
control: TreeGrid
documentation: ug
api: /api/js/ejtreegrid
---

## Searching
# Searching in JavaScript TreeGrid

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.

Expand Down