Skip to content

Commit 78d8470

Browse files
authored
Merge pull request #5 from SyncfusionExamples/ES-976509
ES-976509 - Resolved the ReadMe file in the sample repository
2 parents 1c65658 + 0bec62f commit 78d8470

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# How to modify the GridHyperLinkColumn text in WinForms DataGrid?
1+
# How to Modify the GridHyperLinkColumn Text in WinForms DataGrid?
22

3+
This sample illustrates about how to modify the GridHyperLinkColummn text in [WinForms DataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid) (SfDataGrid).
34

4-
By default In [WinForms DataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid) (SfDataGrid), the text in [GridHyperLinkColumn](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.DataGrid.GridHyperlinkColumn.html) will be updated with provided link. To change the text of hyperlink in the cells, the DisplayText can be changed based on our requirement using [DrawCell](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.DataGrid.SfDataGrid.html#Syncfusion_WinForms_DataGrid_SfDataGrid_DrawCell) event.
5+
By default In `DataGrid`, the text in [GridHyperLinkColumn](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.DataGrid.GridHyperlinkColumn.html) will be updated with provided link. To change the text of hyperlink in the cells, the DisplayText can be changed based on our requirement using [DrawCell](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.DataGrid.SfDataGrid.html#Syncfusion_WinForms_DataGrid_SfDataGrid_DrawCell) event.
56

67
```csharp
78
//Event subscription
@@ -24,4 +25,4 @@ private void SfDataGrid1_DrawCell(object sender, DrawCellEventArgs e)
2425
}
2526
```
2627

27-
![GridHyperLinkColumn](GridHyperLinkColumn.png)
28+
![DataGrid with Modified GridHyperLinkColumn text](ModifiedGridHyperLinkColumn.png)

0 commit comments

Comments
 (0)