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

Select Child rows

3 Answers 52 Views
TreeListView
This is a migrated thread and some comments may be shown as answers.
JungTae
Top achievements
Rank 1
JungTae asked on 16 Nov 2010, 08:31 PM
Hello, I have the following code

private void selectAllButton_Click(object sender, RoutedEventArgs e)
{
    this.inputParametersTreeListView.ExpandAll();
  
    //Need code to select all items
              
    this.inputParametersTreeListView.Focus();
}

How do I select ALL rows of the treelistview, including the child rows that appear after expansion?

I am using Silverlight 3 on VSTS 2008 Sp1

3 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 17 Nov 2010, 08:35 AM
Hello,

 Our old Silverlight 3 version of the treelist is not longer supported. Please migrate to the latest official Silverlight 4  version. 

Greetings,
Vlad
the Telerik team
See What's New in RadControls for Silverlight in Q3 2010 on Tuesday, November 16, 2010 11:00 AM - 12:00 PM EST or 10:00 PM - 11:00 PM EST: Register here>>
0
JungTae
Top achievements
Rank 1
answered on 17 Nov 2010, 02:48 PM
As much as I would love to use Silveright 4, my entire company uses VSTS 2008 as a main development environment, and we cannot switch from Silververlight any time soon. By "no longer supperted" do you mean that all the customers who purchased your Silverlight 3 dlls are no longer welcome to post on the forum for help?
0
Vlad
Telerik team
answered on 17 Nov 2010, 03:07 PM
Hello,

 Our TreeList for Silverlight 3 was never released officially. We had only a CTP version and later we've decided that this is not the right way for this component and the treelist was rewritten completely (to inherit RadGridView)

Kind regards,
Vlad
the Telerik team
See What's New in RadControls for Silverlight in Q3 2010 on Tuesday, November 16, 2010 11:00 AM - 12:00 PM EST or 10:00 PM - 11:00 PM EST: Register here>>
Tags
TreeListView
Asked by
JungTae
Top achievements
Rank 1
Answers by
Vlad
Telerik team
JungTae
Top achievements
Rank 1
Share this question
or