I want to replace my custom kanban with the KanbanComponent offered by Syncfusion. In my custom Kanban component, I am using react-beautiful-dnd for implementing drag functionality. The react-beautiful-dnd library provides "dragHandleProps" which allows us to choose an element from a card, through which we can move that card. That element can be the whole card itself, or an icon, or anything one can imagine.
The problem is that while using KanbanComponent offered by Syncfusion, the whole card by default acts as a draggableHandler. So my question is there any way where I change the draggableHandler from a whole card to an element on that card?