Search code examples
silverlightsilverlight-4.0contextmenusilverlight-toolkit

How to add Silverlight 4 ContextMenu to DataGrid row using XAML?


Silverlight 4 has a new ContextMenu control in the latest toolkit.

I can't find any examples anywhere on how to reliably use this ContextMenu on a DataGrid row. Theres a tonne of context menus out there but I want to use the new version from the toolkit.

I'd like to be able to set context menus for rows as well as cells.

The only way I've found is to manually create the menu on right click and show it, but I'd like to do it in XAML.

Note: You need to currently use this workaround to avoid binding problems when using ContextMenu in XAML for a datagrid cell.


Solution

  • The developer of the Toolkit's ContextMenu wrote this article, specifically talking about using it with a DataGrid Delay's Blog