Grouplist

Hello,

I have a grouplist with aa datastructure like that:

A B ++B.1 ++++B.1.1 ++++B.1.2 ++B.2 C

After loading the datastructure I want to select and show the item B.1.2
I tried with select and it selects the item but doesn’t open the structure that the item can be seen. Is there a posibility?

Is there a posibility to select a group node like B.1?

Thanks in advance
Horst

Good catch, it will be added in next build.
Updated codebase (dev. version) is attached
With it you can use

//in moment when data already loaded
$$(“mylist”).showItem(“B.1.2”);
touch08_upd.zip (172 KB)