Is there a way to allow a user to select a cell to copy data when the grid.IsEnabled = false?
HI,
When the XamDataGrid is not enabled you can not select any cells.
I am attaching a sample application that ues buttons and the DataPresenterCommands tot allow you to traverse\Copy the cells of the XamdataGrid while disabled.
Sincerely, Matt DSE
interesting. not exactly what I was hoping for, but interesting. the goal was to allow copy operations, which this does not seem to do.
I have taken the approach of binding the allowedit of field settings and setting disabled-like appearance with styles.
Please let me know if you need further assistance regarding this case.
Sincerely,
Matt DSE