diff --git a/js/Overview.md b/js/Overview.md index c69f29b0f..aff68919f 100644 --- a/js/Overview.md +++ b/js/Overview.md @@ -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 diff --git a/js/TreeGrid/Searching.md b/js/TreeGrid/Searching.md index 9809c7f6b..c90ff660a 100644 --- a/js/TreeGrid/Searching.md +++ b/js/TreeGrid/Searching.md @@ -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.