Everytime I try to edit a cell in a XamDataGrid I get a dialog that says "Unable to set cell value". It is only occuring consistantly in one of my grids, but I have seen it on other grids randomly.
I am using v11.1.20111.2026
Hello Brian,
I have been looking into your description and it sound like you are using a data object that has read-only properties (only the get method is defined). Please double check that and If that is not the case please elaborate your description and if possible send me a test sample I can look into for you.
Looking forward to your reply.
I have resolved my issue. For some strange reason a service that was using the object in question was causing the issue. I modified the service and now it seems to work as expected. I have no idea why that would affect the property being set, but non the less I got it to work.
I wish it were that simple. All properties have proper getter and setters. I may have narrowed it down to a service that the object uses that is defined as an interface and marked as NonSerialized. Although, I don't know whay that would affect anything since it is not used in any of the setters.