Kanban board POST empty on card move

When i drag a card I get a post and my handler triggers but the value is empty. Please can you tell me what Im going wrong



2 Replies

BS Balasubramanian Sattanathan Syncfusion Team February 12, 2020 02:43 PM UTC

Hi Richard, 
 
Greetings from Syncfusion Support. 
 
Currently we are validating your reported scenario at our end and will update further details on February 13, 2020. We would appreciate your valuable patience until then. 
 
Regards, 
Balasubramanian S 



BS Balasubramanian Sattanathan Syncfusion Team February 13, 2020 09:18 AM UTC

Hi Richard, 
 
Thanks for being patience. 
 
We have analyzed your reported problem at our end. In your shared code, you didn’t set a priority field for Kanban. So, the drag/drop is not working properly in your project. Kindly add the priority field like below-highlighted code and check it at our end. We have prepared a sample for your reference and that can be downloaded from the below link. 
 
<e-kanbanfield content="Summary" primary-key="Id" priority="RankId"></e-kanbanfield> 
 
 
Kindly try the above links and let us know if you need any further assistance on this. 
 
Regards, 
Balasubramanian S 


Loader.
Up arrow icon