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