Hi,
I want to add a context menu to my grid.
i used the following sample:
http://forums.infragistics.com/blogs/devin_rader/archive/2011/04/15/extending-xamgrid-with-a-right-click-context-menu.aspx
now i have 2 questions:
1. I'm not sure about the error you're getting. Do you have a StackTrace? Or even better could you share your sample?
2. A HeaderCell's Visual element isn't a CellControl, its a HeaderCellControl, so you should pass that in as the generic argument instead.
-SteveZ
please find a sample that will load itemsSource, save layout then load layout the error will appear.
1 - it you remove the property "ContextMenuSettings" from the class xamSESGrid, the error will disappear