This question is locked. New answers and comments are not allowed.
When you use a telerik menu item in conjunction with a telerik treeview and telerik window, the window opening from the menu cause the treeview to dissapear.
Original:
<ul class="t-group t-treeview-lines"><li class="t-item t-first"><div class="t-top"><span class="t-in t-state-selected"> And LOS <= 15</span><input type="hidden" value="" name="itemValue" class="t-input"></div></li><li class="t-item t-last"><div class="t-bot"><span class="t-in">new ...</span><input type="hidden" value="" name="itemValue" class="t-input"></div></li></ul>Changes to after call to window open: Note: wraps it in t-animation-container
<div class="t-animation-container" style="width: 280px; height: 45px; display: none;"><ul class="t-group t-treeview-lines" style="margin-left: -280px;"><li class="t-item t-first"><div class="t-top"><span class="t-in t-state-selected"> And LOS <= 15</span><input type="hidden" value="" name="itemValue" class="t-input"></div></li><li class="t-item t-last"><div class="t-bot"><span class="t-in">new ...</span><input type="hidden" value="" name="itemValue" class="t-input"></div></li></ul></div>I am currently working around this issue by using the ".OpenOnClick(true)" function
Please see screen shots for more info: