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

Node high-lighting

1 Answer 45 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Ian Wells
Top achievements
Rank 1
Ian Wells asked on 21 Nov 2010, 05:14 PM
Hi folks,
I have a project that firstly builds a radgrid a runtime, and then for each row in the radgrid then builds a treeview that is added to the controls for the current row of the grid.

When the user makes a selection from the treenode, we are using client-side events to pass parameters. What we would like to happen is for the treeview node to stay highlighted when clicked but this is not happening. I tried placing a hardcoded treeview outside of the radgrid and this worked fine. Is there a setting in the radgrid that is overriding the treeview node showing its selection?

Regards,
Ian W.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 22 Nov 2010, 01:29 PM
Hello Ian,


I am not sure about how you are adding the treeview to the row. Could you try adding the RadTreeView in ItemCreated event of grid and see that makes any difference?



-Shinu.
Tags
TreeView
Asked by
Ian Wells
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or