I'm using Angular and Kendo, Now I'm meet the problem when I want to hide the popup when drag using kendo-sortable as here as I draw in the picture
I try a lot of time to hide that but still cannot.
please help me.
I'm using Angular and Kendo, Now I'm meet the problem when I want to hide the popup when drag using kendo-sortable as here as I draw in the picture
I try a lot of time to hide that but still cannot.
please help me.
Copyright © 2021 Jogjafile Inc.
a bit late for you, but may help other. I think kendo team should add a class (or api) for it, but I couldn't find anything. So here is my workaround which works for me:
I add a style on the active class which hides all active items (these are the dragged one and the popup one) and also add another style for the dragged one to show it. So only the popup one will be hidden. I found no option to select the popup one as it lacks on properties and styles