hello experts,
while in edit mode (double click on a row), the textcolumns are editable, i switch one of the row IsReadOnly property to true (by binding), and the textbox shrinks to the size of the string in it, but it is still editable.
for IsReadOnly to work, i need to "tab" out of the row (exit edit mode).
same thing to make it editable, need to be out of the "edit mode" of the row.
any suggestions?
thanks in advance!
never mind, solved it, the problem was AllowEditing property on the XamGrid, it should be "Cell" and not a "Row".