Hi guys, I can't figure out how to change the title after initializing my kendo win.
Now I use this window for add and modify users...
when I need to modify I set the title as follow
the result is that the title is still "add user"..no changes.
i tried also
but still no changes..
what am I doing wrong?
thanks!
MyNamespace._myWin = $("#recapitoWin").kendoWindow({ modal: true, width: 600, visible: false, title: "add user"}).data("kendoWindow");when I need to modify I set the title as follow
MyNamespace._myWin .title = "Edit User";i tried also
$("#recapitoWin").kendoWindow({ title: "Edit User" }).data("kendoWindow");what am I doing wrong?
thanks!
