Replies: 2 comments 9 replies
-
Hello,
If you are using the out data, the change is not happen in source cache. You need to update the source cache by calling cache.AddOrUpdate(items) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Gonna need to see what your query looks like. From the sound of it, I'd guess that you have a setup where resetting the filter triggers a transform to re-evaluate for all items, thus effectively resetting them all to an original state that you're not updating. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've assigned a source cache to the data grid, and I need to save any updates made to the item. Each item has a command that changes a property, and this command is connected to a button in the data grid cell. The property is updating, and it's visible in the ui, but when I filter the source cache and then reset the filter, the property is also reset. How can I save the changes?
Beta Was this translation helpful? Give feedback.
All reactions