I am using an alternate bindings on a few fields in the xamDataGrid. When the backing fields in my view model get updated, the value of the field changes, but sorting does not get reapplied. When I switch these fields over to a named binding, the resorting does happen.
Any idea what could be causing this?
Hello Gordon,
I have been looking into this and was wondering, if you have a sample that reproduces this issue, which I can look into for you.
Looking forward to hearing from you.
As I tried to create an example, I realized that it was actually a behavior we added to the XamDataGrid that caused it to re-sort when bindings are updated and for some reason it doesn't handle the alternate binding correctly. Is it correct that the vanilla xamDataGrid does not automatically re-sort items? That would be consistent with the behavior I am seeing.
Thanks.