Skip to content

Commit f48ac57

Browse files
committed
KB-10098-Image added
1 parent ab4623e commit f48ac57

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

GridHyperLinkColumn.png

-4.22 KB
Loading

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# How to modify the gridhyperlinkcolumn text in winforms DataGrid?
1+
# How to modify the GridHyperLinkColumn text in WinForms DataGrid?
22

33

44
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.

0 commit comments

Comments
 (0)