$("#recipeTree").jqxTree('expandItem', $("#recipeTree").find('li#' + mainGridRecipeID)[0]);
$("#recipeTree").jqxTree('ensureVisible', $("#recipeTree").find('li#' + mainGridRecipeID)[0]);
$("#recipeTree").jqxTree('selectItem', $("#recipeTree").find('li#' + mainGridRecipeID)[0]);
Hello
This is a part of my code in “window”, so the jqxTree must show item with current id in Tree – it expands the Tree, selects item, but it doesn’t make it visible, so I have to scroll, what can I do?