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
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# WPF GridControl input message
1
+
# WPF GridControl Input Message
2
2
3
-
This repository contains the samples that demonstrates various options in input message feature of [WPF GridControl](https://help.syncfusion.com/wpf/gridcontrol/overview).
3
+
This repository contains the samples that demonstrates various options in input message feature of [WPF GridControl](https://www.syncfusion.com/wpf-controls/excel-like-grid).

20
+
19
21
An another way to set the input message tip for specific row and column.
20
22
21
23
```csharp
@@ -36,6 +38,8 @@ for (int i = 1; i <= 4; i++)
36
38
}
37
39
```
38
40
41
+

42
+
39
43
### Set Input Message Tip using QueryCellInfo event
40
44
41
45
You can set the input message tip for specific cell or row or column by using [QueryCellInfo](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.Grid.GridModel.html#Syncfusion_Windows_Controls_Grid_GridModel_QueryCellInfo) event.

67
+
62
68
### Customize the Input Message Tip
63
69
64
70
The input message tip can be customized by defining DataTemplate. The DataTemplate can be assigned to the [GridStyleInfo.DataValidationTooltipTemplateKey](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.Grid.GridStyleInfo.html#Syncfusion_Windows_Controls_Grid_GridStyleInfo_DataValidationTooltipTemplateKey) property. If you are using inputTextmessage1 then you need to assign template to its corresponding template key property namely `GridStyleInfo.DataValidationTooltipTemplateKey`.
0 commit comments