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

238
-
239
235
## Built-in and Custom context menu items
240
236
241
237
The Syncfusion<supstyle="font-size:70%">®</sup> Blazor DataGrid supports using both built-in and custom context menu items together. This is helpful when extending default actions such as **Copy**, **Delete**, or **Edit** with application-specific commands like **Copy with headers** or **Export row**.

337
-
338
332
## Sub context menu items in DataGrid
339
333
340
334
The Syncfusion<supstyle="font-size:70%">®</sup> Blazor DataGrid supports hierarchical context menus, allowing sub-items to be grouped under a parent menu item. This structure helps organize related actions and improves interface usability.

454
-
455
447
## Disable the context menu for specific columns in DataGrid
456
448
457
449
The Syncfusion<supstyle="font-size:70%">®</sup> Blazor DataGrid allows restricting the context menu for individual columns, which is useful when dealing with **sensitive** or **read-only** data.

565
-
566
556
## Enable or disable context menu items
567
557
568
558
The Syncfusion<supstyle="font-size:70%">®</sup> Blazor DataGrid allows dynamic control over the availability of context menu items using the [Disabled](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Navigations.MenuItem.html#Syncfusion_Blazor_Navigations_MenuItem_Disabled) property. This feature is useful for conditionally restricting actions such as **Edit** or **Delete**, based on the column, row data, or custom logic.

667
-
668
656
## Show or hide context menu
669
657
670
658
The Syncfusion<supstyle="font-size:70%">®</sup> Blazor DataGrid allows dynamically showing or hiding specific context menu items using the [Hidden](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Navigations.MenuItem.html#Syncfusion_Blazor_Navigations_MenuItem_Hidden) property. This feature is useful for conditionally restricting actions such as **Edit** or **Delete**, based on the column, row data, or custom logic.

771
-
772
758
### Access specific row details on context menu click
773
759
774
760
The Syncfusion<supstyle="font-size:70%">®</sup> Blazor DataGrid allows retrieving details of a specific row when a context menu item is clicked. This feature is useful for displaying or processing the selected row’s data.

882
-
883
867
N> Refer to the [Blazor DataGrid](https://www.syncfusion.com/blazor-components/blazor-datagrid) feature tour for a detailed overview of available capabilities. Explore the [Blazor DataGrid example](https://blazor.syncfusion.com/demos/datagrid/overview?theme=bootstrap5) to understand data presentation and manipulation.
0 commit comments