Skip to content

Commit dcdfacf

Browse files
984421: Updated the UG content and samples for Context-Menu in DataGrid
1 parent de18a73 commit dcdfacf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blazor/datagrid/context-menu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ To access row data on context menu click:
765765

766766
1. Define a custom context menu item using the [ContextMenuItems](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.ContextMenuItemModel.html) property.
767767
2. Handle the [ContextMenuItemClicked](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.ContextMenuClickEventArgs-1.html) event of the grid.
768-
3. Use the **RowInfo.RowData** property from the event arguments to access the full details of the selected row.
768+
3. Use the **args.RowInfo.RowData** property from the event arguments to access the full details of the selected row.
769769

770770
{% tabs %}
771771
{% highlight razor tabtitle="Index.razor" %}

0 commit comments

Comments
 (0)