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: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,5 +2,8 @@
2
2
3
3
## About the example
4
4
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.
6
6
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.
0 commit comments