I know this isn't entirely related to Telerik.
I read on GitHub, in the Windows App SDK repository, that there is an issue with dragging UI elements when running an app elevated as an Administrator.
In the past, I built my own GridSplitter
using the drag-and-drop gesture in an older version of MAUI, and it worked perfectly. However, now with MAUI 9, if I run the app as an Administrator, dragging crashes the app with a "Catastrophic failure. Drag start failed. If this is an elevated process, drag/drop is not supported there." due to UAC limitations.
If I run it normally, everything works fine.
I was wondering if your new RadGridSplitter control and other similar controls in the Windows build also crash when using drag in Admin mode?
I project to replace mine by yours 😉
I know that some developers implement their own custom drag-and-drop manager. Have you done something similar in your Telerik MAUI package? If so, can it be used as a replacement for the built-in Windows App SDK drag-and-drop API?