Using MVVM pattern, how do I tap into the XamDataGrid's double-click command to launch a new window for edit, while passing this new window an Id for reference, and then subsequently update the underlying datagrid with any changes made in the pop-up edit window (assuming the changes have been updated in the connected database)?
Hello PMac,
I've attached a sample I believe you would be interested in reviewing. It's demonstrates how to show a popup control when a cell is clicked. Inside the popup shows the cell's value. If you could please provide a mockup/screenshot of your requirement it would help us determine the necessitates for fulfilling your requirement.
For more details regarding adjoining editors I recommend reading the following post:
http://es.infragistics.com/community/forums/t/78137.aspx