Hi,
I have an issue that occurs on the component SfDashboardLayout and it as to do with the property AllowDragging, specifically what happens when the DashBoardLayout as an event OnWindowResize attached to it.
Here is an example :

The property
AllowDragging
is set to true, however when the user resize the window, that same user can no longer drag and drop, I suspect that the property is not read after the resize event, I have checked the dashBoardObjectProperty in the after render event and it is still set to true.
Let me know if you need more info on your side to reproduce the issue.
Thanks