Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

New Post: CheckComboBox ordering SelectedValue

$
0
0
Ok so I seemed to discover my problem minutes after I made the post. I had the IsAsync attribute set to true on the binding of my SelectedValue and for some reason this caused the SelectedValue to be ordered. Not sure why though, but as soon as I removed the IsAsync=True everything was normal.

Was:
SelectedValue="{Binding Occurrence.Appointment.SelectedRows, Mode=TwoWay, IsAsync=True}" >
Now:
SelectedValue="{Binding Occurrence.Appointment.SelectedRows, Mode=TwoWay}"
Hope this helps someone someday with similar problem.

Viewing all articles
Browse latest Browse all 4964

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>