-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SelectedItems don't work #198
Comments
Update: I also tested with |
It does call from your as my issue was the same. cant call from the grid have to call from the list. `var sel = dataview.SelectedItem as Dataview; var id = sel.Id.ToString();` |
I was doing that. Then I also try |
If you fork this repo, and reproduce the issue with the contained Sample project, that would help me fix it. |
@symbiogenesis With the SelectedItems bind to IList<object> SelectedTeams and use in the view. The example won't run at all. Only when remove it from the view the example can run again
@symbiogenesis I have push the example of what my problem is here is also a the output log if you want to compare it:
|
Could it be related to this: |
Try using Very stupid, I know. I complained about it already, in that thread. |
@symbiogenesis I tried the same setup using |
Ok, it looks like the new SR8 that came out today has this fix included: |
@symbiogenesis sorry for the late reply. I have now tested this with the new update . Unfortunately the app still freeze up like before. At the moment I will stick with my work around even though it's a bit annoying to update the row view separately for each column like that. |
Describe the bug
I have a Datagrid with an ObservableCollection as the binding for SelectedItems. I didn't given SelectionMode, but even when I give it as Multiple, it also not work. The app freeze and close.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The app and DataGrid should be working like normal. And rows show selected effect when ObservableCollection B is update.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: