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
120
Editable Rows in XamDataGrid
posted

We are trying to achieve the editable row using an edit button.

We are facing an issue when the user selects a different row. The newly selected row is automatically entering the edit mode.

We want to make sure that the row is editable only when the edit button is clicked. 

I have attached a sample showing the issue.

Basically, we want to track which record has to be edited, through MVVM pattern.

SampleProject2.zip