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

Multi Heirachacy Select

2 Answers 38 Views
GridView
This is a migrated thread and some comments may be shown as answers.
MiddleTommy
Top achievements
Rank 1
MiddleTommy asked on 11 Nov 2009, 02:09 AM
I was wondering if there was a way to get all the selected items in the grid. Both main grid and Hierarchy Details? I am coming from an Xceed background where they have GlobalSelectedItems. How can I accomplish this with telerik's WPF DataGridView?

2 Answers, 1 is accepted

Sort by
0
Accepted
Milan
Telerik team
answered on 11 Nov 2009, 05:18 PM

Hi Tommy Tucker,

Currently this functionality is not supported but it is possible to implement it.

The idea is to listen for SelectionChanged events and update one dictionary which contains all child items that are selected.

I have attached a sample that demonstrates this approach. Hope this helps.


Kind regards,
Milan
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
MiddleTommy
Top achievements
Rank 1
answered on 11 Nov 2009, 05:31 PM
Thanks I had already started doing this same thing. I will check out your sample.
I like the way you telerik guys think
Now if I could only spell Hierarchy
Tags
GridView
Asked by
MiddleTommy
Top achievements
Rank 1
Answers by
Milan
Telerik team
MiddleTommy
Top achievements
Rank 1
Share this question
or