Hello everyone:
I want to modify the default options of window to:
Is there a way to override the default options?
I know that we can create a new kendo plugin which extend from kendo.ui.Window to do that. But that way, we have to change all our kendo widget name, that's what we want to avoid. Any suggestions? Thanks in advance.
I want to modify the default options of window to:
{
modal :
true
,
animation :
false
}
I know that we can create a new kendo plugin which extend from kendo.ui.Window to do that. But that way, we have to change all our kendo widget name, that's what we want to avoid. Any suggestions? Thanks in advance.