cancel
Showing results for 
Search instead for 
Did you mean: 

Tree expanded property + openui5

Former Member
0 Kudos

Hi All,

I am trying to lazy load the tree. For that I am listening toggleOpenState Event and performing server call in it handler.

So far so good.

However I am having problem with Expanded property. I have set this to false intially.

But when I expand rootnode and its child it fetches the record. Now i collpase the rootNode and again expand it. The child node ( which was expanded before) remains opened and no children are fetch.

Any pointers will be helpful.

Thanks

Fehmina.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Never mind i was able to resolve. By using opened parameter for toggleOpenstate method