grouplist showItem()

Hello,

I noticed that if i use $$(“mylist”).showItem(id) when im inside of a parent item to show an item outside of this parent the item shows has expected but the parent node remains with the selected state.

Thank you in advance

Jorge Figueroa
CrossData-Tools

showItem just change visibility of items, it will not affect their selected state.
You may add call to $$(‘mylist’).unselect(); if you want to remove previous selection.