Skip to content

Commit 76ce5e0

Browse files
authored
Merge pull request #2 from SyncfusionExamples/ES-976509
ES-976509 - Resolve Issues in Public Syncfusion Code Examples for DataGrid XAML Controls
2 parents 9beeea9 + 784906e commit 76ce5e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# How to suspend the PING sound when perform the Tab operation in DataGrid(SfDataGrid)?
1+
# How to suspend the PING sound when perform the Tab operation in WinForms DataGrid?
22

33
## About the sample
44

5-
This example illustrates how to suspend the PING sound when perform the Tab operation in DataGrid(SfDataGrid)?
5+
This example illustrates how to suspend the PING sound when perform the Tab operation in [WinForms DataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid) (SfDataGrid).
66

7-
SfDataGrid doesnt have direct support to disable this sound, which occurs when pressing Tab key on the TextBox. It is the behavior of the default TextBox. However, you can disable this by enabling the SuppressKeyPress property within the KeyDown event of the TextBox. In SfDataGrid cells this can be achieved by creating custom renderer.
7+
**DataGrid** doesn't have direct support to disable this sound, which occurs when pressing Tab key on the TextBox. It is the behavior of the default TextBox. However, you can disable this by enabling the SuppressKeyPress property within the KeyDown event of the TextBox. In DataGrid cells this can be achieved by creating custom renderer.
88

99
```C#
1010
this.sfDataGrid.CellRenderers["TextBox"] = new GridTextBoxCellRendererExt();

0 commit comments

Comments
 (0)