You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: