I understand you can make the whole DataGrid or a whole column readyonly (IsReadOnly = true). However, at cell level this property is ready only. But I do need this level of
After much searching and experimentation using IsTabStop = False and Focusable = False works best for me.