Hi, I'm having a problem that, while I'm posting a formulary (the submit actions is catched by the jQuery submit event) all kendo-directive componentes are removed from the DOM.
I think it probably have to do with something I've been doing outside, like a somekind of watcher, but it's strange because it only happens with some components (slider or editor, for instance, remain intact). And all other inputs (components that have nothing to do with kendo.ui itself) work just fine.
I was wondering, could It be possible that any watcher maybe interacting in a bad way with the kendo inputs?
All others like numeric-text-box, date-picker, date-time-picker, time-picker, etc. All have this problem.