Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
795
persistence problems with context menus
posted

Using the approach outlined at:

http://forums.infragistics.com/blogs/devin_rader/archive/2011/04/15/extending-xamgrid-with-a-right-click-context-menu.aspx

with 2011.1, there does seem to be a problem with this and your persistence framework.  When I load the xamgridex from isolated storage, the context menu shows up ok, but the events don't work.  If I don't use your persistence mechanism and just construct the xamgridex normally (i.e. don't call PersistenceManager.Load) the click events for the menu items of course work as expected.

Does anyone have any ideas on how to work around this and make events work when using persistence manager?