Don't display context menu on right click on group row
May 13, 2015 ... I suggest you handle the TableView.ContextMenuOpening event and call the TableView.CalcHitInfo(Point) method to get information about an element in GridControl ...
DataGrid - Right click on row context menu
Feb 19, 2020 ... DataGrid provides the onContextMenuPreparing which provides the row properties when you right click on a row. You can then use the items property for whatever ...
Show / Hide Context menu items in dxgrid per row
Jan 27, 2015 ... Answers approved by DevExpress Support ... Hello,. We suggest using the TableView.RowCellMenuCustomization property to create a context menu for ...
Context menu for Group Rows
May 9, 2012 ... I'm afraid GridControl doesn't have a property for group row context menu customization. But you can override the group row template and set ...