Tree List problem.

1 Answer 98 Views
TreeList
Jacek
Top achievements
Rank 1
Jacek asked on 18 Oct 2022, 02:12 PM
I Want to programically clear current sellection from Tree List. How to do that? I tried two way binding with SelectedItems but clearing the collection does not clear sellection in the UI... Need help please.

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 21 Oct 2022, 07:14 AM

Hello Jacek,

Most probably, you need to replace the SelectedItems object reference. So instead of calling .Clear(), assign a new IEnumerable.

Regards,
Dimo
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
TreeList
Asked by
Jacek
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or