7.0 labeling layout elements fails with MY kendo menu.

Posted by Community Admin on 04-Aug-2018 16:38

7.0 labeling layout elements fails with MY kendo menu.

All Replies

Posted by Community Admin on 10-Apr-2014 00:00

I have an 33/67 split layout. On the left I had a submenu with treeview.

When I want to change the labele the treeview will fire an error resulting in me not beeing able to go back. Without the menu it works fine. No problem for me since I simply draged the widget out temporaraly.

www.marktold.com/screencast/sf_07_label_layout_elements.swf 

 

Markus


   (function ($)
var kendoTreeView = $('.sfNavTreeview').not('div.k-treeview .sfNavTreeview').kendoTreeView(
animation: false
).data('kendoTreeView');
// kendoTreeView.expand(kendoTreeView.element.find(".k-item"));
kendoTreeView.expand(kendoTreeView.element.find(".sfSel"));
)(jQuery);

This thread is closed