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 am also getting this error when I delete the text of the field and make it empty. I get this even before I tab out of the field or commit to the record. The object I am using is the local object with proper getters and setters and I believe has nothing to do with the service serialization whatsoever. I am using InfragisticsWPF4.v11.2, 11.2.20112.2046.
Lucky you Brian, that you were able to figure it out.
Thanks,
Vijay
I see the same problem even in version 12.1 we are using ...
Is there any way to suppressing it ? really annoying ....
My case is alike this:
I have a observablecollection of myObject. In myObject, have another property ObservationCollection of youObject.
whenever i update any fields of youObject withing a datagrid. Then try to commit it. it is pop up.
Urgent !!
Hello,
Thank you for your post. I have been looking into it, but since I cannot be completely sure how your data is organized, I am not able to conclude what can cause your issue, so could you please send an isolated sample project, where the issue is reproduced, so I can investigate it further for you.
Looking forward for your reply.