Hello, i would like to know if it is possible to someway find if an item inside a Hierarchical viewer has sublevels under it, in order to be able to alter it's transformation accordingly from a javascript function. Thanks in advance!
There is a field called NodeHasChildren in CMS_Tree, make sure you are passing it in your query if you are using query uniview:
<%#eval("NodeHasChildren")%>
Please, sign in to be able to submit a new answer.