-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Combobox selectedValue in datagrid is changed when scrolling datagrid #13751
Comments
and If I modify the selected value of the combobox and then scroll it, the selected value will go to other rows. |
I am having the same issue |
My current work around (i am using MVVM) is to check if selected index is -1. If so (for me) it means it was changed by the datagrid and not the user
|
it work well, thanks |
Can you attach a minimum sample please? We recently had a similar issue which was solved as a binding was simply wrong |
Same problem here, I tried to do a minimal repo sample DataGridTest. What I get :
I could not reproduce what I have on my bigger, which is the last 2-3 lines which changes SelectedValue every time I scroll them out and then in. |
@blueperspective great sample 👍 Added it to our roll-up list. |
It has been a year, is there any progress on this bug? |
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: