or
webix.protoUI({name: 'edittree' }, webix.EditAbility, webix.ui.tree);function hideGridColumns() { for (var i = 0; i < 5; i++) { $("#grid").data('kendoGrid').hideColumn(i); } }$("#detail-window").kendoWindow({ animation: { open: { effects: "slideIn:left fadeIn", duration: 500 }, close: { effects: "slide:right fadeOut", duration: 500 } }, draggable: false, height: "90%", modal: false, resizable: false, visible: false, width: "50%", title: false});