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

FullRowSelect not working

2 Answers 281 Views
Treeview
This is a migrated thread and some comments may be shown as answers.
Jure
Top achievements
Rank 2
Iron
Iron
Iron
Jure asked on 05 Feb 2009, 02:16 PM
Hello.

Anyone have any idea why could the FullRowSelect property not be working? I have the property set to True and even try to change it with a button switch but it stays the same anyway (like it's False even when it's True).

Switch code:

   Private Sub Button1_Click(ByVal sender As System.ObjectByVal e As System.EventArgs) Handles Button1.Click 
        Me.tree.FullRowSelect = Not Me.tree.FullRowSelect 
        Me.lblTest.Text = Me.tree.FullRowSelect.ToString 
    End Sub 



2 Answers, 1 is accepted

Sort by
0
Accepted
Victor
Telerik team
answered on 05 Feb 2009, 05:25 PM
Hello Jure,

Thank you for writing.
You must turn off the hierarchy lines for the FullRowSelect to work. If the lines are drawn and FullRowSelect is activated it looks odd. The standard TreeView also behaves like this.
You can turn the lines off like below:
Me.RadTreeView1.ShowLines = False 
I hope this solves your issue. Please write back if you have other questions.

Best wishes,
Victor
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Jure
Top achievements
Rank 2
Iron
Iron
Iron
answered on 05 Feb 2009, 06:02 PM
Thanks Victor!
Tags
Treeview
Asked by
Jure
Top achievements
Rank 2
Iron
Iron
Iron
Answers by
Victor
Telerik team
Jure
Top achievements
Rank 2
Iron
Iron
Iron
Share this question
or