Skip to content

Commit b09225b

Browse files
committed
Changes
1 parent d528aa5 commit b09225b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MAUI/DataGrid/Column-types.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1448,6 +1448,7 @@ dataGrid.Columns.Add(hyperlinkColumn);
14481448
{% endtabs %}
14491449

14501450
You can enable end-users to navigate to a URI either when the cell value contains a valid URI address or by handling the `DataGridCurrentCellRequestNavigatingEventArg`s event. The `CurrentCellRequestNavigating` event is triggered whenever a cell in the `DataGridHyperlinkColumn` is clicked for navigation.
1451+
14511452
The `DataGridCurrentCellRequestNavigatingEventArgs` associated with the `CurrentCellRequestNavigating` event provides details about the hyperlink that initiated the action. Its `DataGridCurrentCellRequestNavigatingEventArgs.NavigateText` property returns the value from the column’s `DisplayBinding` if one is defined; otherwise, it falls back to the value bound to `MappingName`.
14521453

14531454
{% tabs %}

0 commit comments

Comments
 (0)