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

IGrouping with Radgridview

2 Answers 89 Views
GridView
This is a migrated thread and some comments may be shown as answers.
george
Top achievements
Rank 1
george asked on 26 Oct 2010, 01:33 AM
HI may I ask how do I bind Igrouping value to Radgridview

thanks


code

IQueryable<IGrouping<int, Info>> Infos = new  IQueryable<IGrouping<int,info>>();

2 Answers, 1 is accepted

Sort by
0
Rossen Hristov
Telerik team
answered on 28 Oct 2010, 10:02 AM
Hi george,

Have you tried using the ItemsSource property of RadGridView? Maybe you will have to transform your data to a suitable format depending on what exactly you want to see in the grid?

Greetings,
Ross
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
george
Top achievements
Rank 1
answered on 16 May 2011, 08:24 AM
thanks
Tags
GridView
Asked by
george
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
george
Top achievements
Rank 1
Share this question
or