I am using RowCellMenuCustomizations for the context menu of grid rows and would like to see the same context menu if the user right clicks on the group summary row. Also I'd like to trigger the actions bound to context menu items on all the children in the group if they are triggered on the group level. Can you advice on any way to achieve this?
Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.
Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.
Hi Danny,
Thank you for your question. 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 DXContextMenu there. If a context menu action is triggered from a group row, you can find all child row handles via the GetChildRowCount and GetChildRowHandle methods. I have attached a sample project, which demonstrates how to implement this feature. Please review it and inform me whether or not this approach suits your needs.
Thanks, Alex