This question is locked. New answers and comments are not allowed.
Hello,
Is it possible to make a DataGridTemplateColumn to be editable? I need to edit a field which shows an enum as string.
Also, is it possible to bind a cell's "edit mode" status so that it changes according to other cell's status. For example, I want to enable/disable a cell's edit mode depending on a true/false value in the same row changes.
Is it possible to make a DataGridTemplateColumn to be editable? I need to edit a field which shows an enum as string.
Also, is it possible to bind a cell's "edit mode" status so that it changes according to other cell's status. For example, I want to enable/disable a cell's edit mode depending on a true/false value in the same row changes.