Skip to content

Commit a6316cb

Browse files
Edited content
1 parent c2552ec commit a6316cb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

MAUI/DataGrid/ToolTip.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@ keywords : maui datagrid, maui grid, grid maui, maui gridview, grid in maui, .ne
1010

1111
# ToolTip in MAUI DataGrid (SfDataGrid)
1212

13-
The [SfDataGrid](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.SfDataGrid.html) provides support for displaying tooltips. ToolTip provides the support to show the pop-up window that displays the information when the mouse hovers in cells of SfDataGrid.
13+
The [SfDataGrid](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.SfDataGrid.html) provides support for displaying tooltips. ToolTip provides the support to show the pop-up window that displays the information when interacting with cells of SfDataGrid.
14+
15+
To show tooltips:
16+
- **On Windows/Mac**: Hover the mouse cursor over any cell in the grid
17+
- **On Android/iOS**: Long press on any cell in the grid
1418

1519
## Record cell tooltip
1620

17-
You can enable the ToolTip for the GridCell by setting the `SfDataGrid.ShowToolTip` property to `true`.
21+
To enable tooltip for datagrid, set the `SfDataGrid.ShowToolTip` property to `true`. This will display tooltip containing cell content when users interact with the cells.
1822

1923
{% tabs %}
2024
{% highlight XAML %}

0 commit comments

Comments
 (0)