I have a DataGrid and I want the user to be able to edit some of the columns, but only if they double click the cell first. At the minute if they single click the cell, then start typing it goes into edit mode instantly.
I have tried to use MouseDoubleClick event and disable readonly then but unable to set this property in code behind.
Any help/other suggestions? Thanks