Dear Devexpress,
We are using your Gridview for WPF version 2015.1.225.40.
We have a problem :
for all columns we have a CellTemplate and a CellEditTemplate. The CellTemplate displays a value(sum) and is always read only.
The CellEditTemplate contains 2 textboxes were 2 separate values can be entered.
When those 2 Textboxes in the CellEditTemplate are read-only, there is still a way to enter a value., Why ?
How is it possible ? By selecting a column by mouse. Just one click on it.( It may not go in CellEditTemplate ). Then press a key (fe 2). Result => the readonly textbox contains now a 2 !
This may not happen.
Is there a solution to fix this problem ?
I have put the exemple code in a attached file. When the CanEdit1 property is set to false the problem occurs.
regards,
Gert