
Manishkumar
Top achievements
Rank 1
Manishkumar
asked on 15 Oct 2011, 07:45 AM
Hi how can i get whether the TreeListView node is expanded or collapsed in RowIsExpandedChanged event.
ltvrNode.IsExpanded is returning false everytime.
When a user click on a node I need to find whether that node is expanded or collapsed.
Please help me
TreeListViewRow
ltvrNode = e.Row as TreeListViewRow;
ltvrNode.IsExpanded is returning false everytime.
When a user click on a node I need to find whether that node is expanded or collapsed.
Please help me
4 Answers, 1 is accepted
0
Hello,
Vlad
the Telerik team
Can you post your treelist version?
All the best,Vlad
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
0

Manishkumar
Top achievements
Rank 1
answered on 17 Oct 2011, 07:23 AM
Hi,
Here is the version details of the TreeListView. Actually there is no such reference like TreeListView reference I have added in my project. So here are deatils of Gridview below.
Telerik.Windows.Controls.GridView
Runtime Version - v2.0.50727
Version - 2010.3.1314.35
Here is the version details of the TreeListView. Actually there is no such reference like TreeListView reference I have added in my project. So here are deatils of Gridview below.
Telerik.Windows.Controls.GridView
Runtime Version - v2.0.50727
Version - 2010.3.1314.35
0
Hello,
Vlad
the Telerik team
Can you upgrade to our latest official version?
Regards,Vlad
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
0

Manishkumar
Top achievements
Rank 1
answered on 17 Oct 2011, 07:45 AM
I was facing few issues while i was upgrading the latest version. like the TreelistView was getting Black color while loading. So that is why We already have fixed this version and cannot switch to upgraded version. Is there any alternate solution ?