I am working on an application using MVVM architectural style. I am facing a problem in opening a new window using MVVM style on double click in a cell of the XamDataGrid.
I have the behavior of the XamDataGrid and using DialogServices to open the window and I don't want to code in xaml.cs file.
Please suggest some code.