it would be nice to allow the adjustment of effectAllowed and dropEffect to change the cursor as needed while executing a drag & drop operation.
As the component DropZone handles ondrag events in C# directly there is no chance to intercept and update the settings. I think this would require JsInterop as mentioned by Microsoft:
@angelru Sorry but nope. Since my PRs don't get recognized by the repo owner I basically stopped working on the project. So it's unlikely that a solution comes from my side.
Hi there,
it would be nice to allow the adjustment of
effectAllowed
anddropEffect
to change the cursor as needed while executing a drag & drop operation.As the component
DropZone
handlesondrag
events in C# directly there is no chance to intercept and update the settings. I think this would require JsInterop as mentioned by Microsoft:So lonG Daniel