Error saving edit

I'm getting the following error when trying to save the edit dialog:

ej.web.all.min.js:10 Uncaught TypeError: Cannot read property '0' of undefined
    at n._kanbanUpdateCard (ej.web.all.min.js:10)
    at i.updateCard (ej.web.all.min.js:10)
    at n.endEdit (ej.web.all.min.js:10)
    at i._clickHandler (ej.web.all.min.js:10)
    at HTMLDivElement.<anonymous> (ej.web.all.min.js:10)
    at HTMLDivElement.dispatch (jquery-3.1.1.min.js:3)
    at a (ej.web.all.min.js:10)
    at HTMLDivElement.s (ej.web.all.min.js:10)
    at HTMLDivElement.dispatch (jquery-3.1.1.min.js:3)
    at HTMLDivElement.q.handle (jquery-3.1.1.min.js:3)
n._kanbanUpdateCard @ ej.web.all.min.js:10
i.updateCard @ ej.web.all.min.js:10
n.endEdit @ ej.web.all.min.js:10
i._clickHandler @ ej.web.all.min.js:10
(anonymous) @ ej.web.all.min.js:10
dispatch @ jquery-3.1.1.min.js:3
a @ ej.web.all.min.js:10
s @ ej.web.all.min.js:10
dispatch @ jquery-3.1.1.min.js:3
q.handle @ jquery-3.1.1.min.js:3

Is it possible for me to write my own function to do the Save, I only want to update 1 property.

Thanks

1 Reply

BS Balasubramanian Sattanathan Syncfusion Team March 26, 2020 02:01 PM UTC

Hi Derek Smith, 

Greetings from Syncfusion Support. 
 
We have validated your reported problem at our side. Since we couldn’t reproduce it. So kindly share us the more details like Kanban related code/issue replication steps/issue reproduced sample(if possible)/reproduce your problem in the below sample for serve you better. And we let you know that, we can achieve your “Is it possible for me to write my own function to do the Save” requirement by making use of actionBegin event like below code snippet. 

actionBegin: function (e) { 
  if(e.requestType === "save") { 
                  console.log("Here! you can write your own function to do Save operation"); 
 

 
Kindly try the above links and get back to us if you have any concerns 

Regards, 
Balasubramanian S 


Loader.
Up arrow icon