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
1415
XamDataGrid Double-Click to Popup edit window
posted

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)?

  • 29105
    Offline posted

    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

    XDGPopupOnCellCase.zip