Skip to content

Commit 85b3de8

Browse files
Update README.md
1 parent 4d2676d commit 85b3de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# How to show tooltip on the disabled cell in WPF DataGrid?
22

3-
In [WPF DataGrid](https://www.syncfusion.com/wpf-ui-controls/datagrid) (SfDataGrid), you can show tooltip for the disabled [GridCell](http://help.syncfusion.com/cr/cref_files/wpf/Syncfusion.SfGrid.WPF~Syncfusion.UI.Xaml.Grid.GridCell.html) by writing style and enabling [ToolTipService.ShowOnDisabled](https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.tooltipservice.showondisabled?view=netframework-4.7.2).
3+
In [WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) (SfDataGrid), you can show tooltip for the disabled [GridCell](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.GridCell.html) by writing style and enabling **ToolTipService.ShowOnDisabled**.
44

55
```xml
66
<syncfusion:SfDataGrid x:Name="dataGrid"

0 commit comments

Comments
 (0)