Hi, I'm using the Kanban component in a React Typescript project. I wanted to create my own Dialog Template when editing an item of the Kanban, however, the template method does not get called from the Kanban, when double-clicking on an item. Instead, it appears an empty dialog (only header and footer, but no custom content).
From my observations I discovered, that the template method gets only called, when the double-click gets executed on the Header of the card. When clicking on any other part of a card, no content will be displayed in the Dialog.
I also discovered, that the same problem appears in your documentation, see: https://ej2.syncfusion.com/react/documentation/kanban/dialog/#dialog-template
Just look at the preview and double-click on a card. It appears an empty dialog (only header and footer, but no content).