This is a migrated thread and some comments may be shown as answers.

Inconsistent Expander State in RadTreeListView

3 Answers 44 Views
TreeListView
This is a migrated thread and some comments may be shown as answers.
Jennifer
Top achievements
Rank 1
Iron
Jennifer asked on 01 Mar 2019, 08:59 AM

We have a RadTreeListView where the IsExpanded property of the rows is bound to a property on row objects.  Sometimes, some of the expander triangles in the RadTreeListView look expanded, but their children are not visible.  Any idea what might be causing this or how to fix it? 

 

The attached image shows a small example.  The third row looks like it's expanded, but its child is not shown.  If you click the triangle, it collapses it; and if you click it again, it's then expanded properly with the child shown.

 

3 Answers, 1 is accepted

Sort by
0
Dilyan Traykov
Telerik team
answered on 05 Mar 2019, 12:02 PM
Hello Jennifer,

We're currently unaware of such an issue with the RadTreeListView control, but if you would provide a small sample project which demonstrates the issue, I'd be more than happy to further investigate and assist you.

Please let me know whether you would find this possible.

Regards,
Dilyan Traykov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Jennifer
Top achievements
Rank 1
Iron
answered on 06 Mar 2019, 01:52 AM
I was not able to attach a zip file here, so I have opened a support ticket with it.
0
Dilyan Traykov
Telerik team
answered on 07 Mar 2019, 11:30 AM
Hello Jennifer,

I'm also posting the solution here so that it is beneficial to the community.

As stated in the IsExpandedBinding and IsExpandableBinding article, binding to the IsExpanded property of TreeListViewRow items is not fully supported. Using the IsExpandedBinding property instead solved the issue in this particular case.

<telerik:RadTreeListView ItemsSource="{Binding Rows}" IsExpandedBinding="{Binding IsExpanded, Mode=TwoWay}" ...

I do hope other clients who come across a similar issue find this information helpful.

Regards,
Dilyan Traykov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
TreeListView
Asked by
Jennifer
Top achievements
Rank 1
Iron
Answers by
Dilyan Traykov
Telerik team
Jennifer
Top achievements
Rank 1
Iron
Share this question
or