Unfocus first node

0 Answers 56 Views
TreeListView
wang
Top achievements
Rank 1
wang asked on 17 Feb 2022, 07:49 AM

 

How to set the default first node unselected when page is loaded?

Martin Ivanov
Telerik team
commented on 22 Feb 2022, 07:09 AM

If the first node is auto-selected this probably means that you are using a CollectionView as the ItemsSource of RadTreeListView. You can try setting the IsSynchronizedWithCurrentItem property to False and see if this helps.

<telerik:RadTreeListView IsSynchronizedWithCurrentItem="False" />

wang
Top achievements
Rank 1
commented on 22 Feb 2022, 07:29 AM

Thanks,It is works. 

 

No answers yet. Maybe you can help?

Tags
TreeListView
Asked by
wang
Top achievements
Rank 1
Share this question
or