Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
155
Bug in XamGrid row edit mode
posted

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!

Parents
No Data
Reply
  • 155
    Verified Answer
    posted

    never mind, solved it, the problem was AllowEditing property on the XamGrid, it should be "Cell" and not a "Row".

Children
No Data