EJ2 Kanban: Tooltip after update errors and export of Kanban

2 questions for the Syncfusion team:

1.  We are using a tooltip template for the kanban that uses a field (name of the user) that is returned from the server.  When we update or create a card, that field isn't there which causes the spinner to stay or throws console errors.  In the edit dialog, there is a dropdown which has the user's name but we are storing the user id.  How can we get the name and add it to the cards hidden dataset so it displays in the tooltip after update or create?  Our CRUD url does return the correct query results, but it appears the kanban does not refresh the underlying dataset after CRUD.

2.  Is there plans to add either Excel or PDF export to Kanban?

Thank you all!

1 Reply 1 reply marked as answer

BS Buvana Sathasivam Syncfusion Team May 3, 2021 12:22 PM UTC

Hi Mark, 

Thanks for contacting Syncfusion Support. 
 
Query #1:  “Our CRUD url does return the correct query results, but it appears the kanban does not refresh the underlying dataset after CRUD. 
 
We have checked and tried to reproduce your reported problem at our end. But unfortunately, we were unable to replicate it with the shared details. The data fetch from remote data and bound to the Kanban component using url property of DataManager.  You can perform CRUD operation in Kanban can be mapped from the server-side controller actions using the properties insertUrl, updateUrl, removeUrl and crudUrl. 
 
InsertUrl – You can perform insertion operation on server-side. 
UpdateUrl – You can update the data on server-side. 
RemoveUrl – You can remove the data on server-side. 
CrudUrl – You can perform bulk data operation on server-side.  
 
We have prepared a CRUD sample and ensured the following scenarios in it, which can be downloaded from the following link. 
  • Checked Tooltip template after performing update/create a card.
  • Checked with dialog template with dropdown list which have id and value fields. The following dropdown list id is got from the server side after selecting value from dropdown list with save button click action on Kanban dialog.
 
 
 
 
Note : First you need to run the service project. And then run the sample.  
 
Kindly try the above solution and get back to us if you need any further assistance. 

Query #2: Is there plans to add either Excel or PDF export to Kanban? 
We have validated your query and have considered Provide support for Kanban data source export options as a feature request from our end and logged the report for the same and the fix will be included with any of our upcoming releases. 
You can now track the current status of the report, review the proposed resolution timeline, and contact us for any further inquiries through this link:  

Regards, 
Buvana S 


Marked as answer
Loader.
Up arrow icon