Skip to content
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

Dropping multiple objects gives a List<object> instead of List<viewmodel> #485

Open
djodadof2 opened this issue Mar 5, 2024 · 0 comments
Labels

Comments

@djodadof2
Copy link

djodadof2 commented Mar 5, 2024

When selecting multiple objects then dragging and dropping them, the handler dropinfo data is a List of objects, whereas when doing the same for a single object it gives a viewmodel.

Losing the type of the objects being dropped prevents any logic from depending on the type.

If I rollback to v1.1 this no longer occurs; in that version I get a List of viewmodels in the dropinfo data. This behaviour starts at v2.0.0

I am dragging from one datagrid to another datagrid.

@djodadof2 djodadof2 added the Bug label Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant