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
565
The entity is currently read-only
posted

We've noticed that even those cells that are set as "IsReadOnly" in a xamGrid are still selectable. If I edit a cell and then hit the tab key, I want the next editable cell to be active. So I've added some ActiveCellChanged code that finds the next editable cell in the row and sets the IsActive property to true. This seems to work pretty slick except... If I edit one cell, hit tab (IsActive is set for the next editable cell) and then edit this next cell, once I leave the grid I get an error stating that "The entity is currently read-only". I'm not sure why. If I use the mouse to select the next editable cell, the update works fine.

Parents Reply Children
No Data