Skip to content

Commit 65f1188

Browse files
ES-975464 - Resolve the Issues in the Public Repositories
1 parent 0bedc6c commit 65f1188

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22

33
## About the example
44

5-
This example illustrates how to select the record that matches the text typed in a textbox by using the searching option in the DataGrid.
5+
This example illustrates how to select the record that matches the text typed in a [TextBox](https://learn.microsoft.com/en-us/dotnet/desktop/winforms/controls/textbox-control-windows-forms) by using the [searching](https://help.syncfusion.com/windowsforms/datagrid/search) option in the DataGrid.
66

7+
You can search and select a record in [WinForms DataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid) based on the searched text by using the [TextChanged](https://learn.microsoft.com/en-us/dotnet/api/system.windows.controls.primitives.textboxbase.textchanged?view=windowsdesktop-9.0#system-windows-controls-primitives-textboxbase-textchanged) event of [TextBox](https://learn.microsoft.com/en-us/dotnet/desktop/winforms/controls/textbox-control-windows-forms) using [SearchController.Search](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.DataGrid.SearchController.html#Syncfusion_WinForms_DataGrid_SearchController_Search_System_String_) method.
8+
9+
KB article: https://support.syncfusion.com/kb/article/8552/how-to-search-and-select-record-in-winforms-datagrid

0 commit comments

Comments
 (0)