views:

383

answers:

1

hi am new to wpf can any body help me how to display hierarchy /grouping in wpf datagrid using backend as sqlserver 2005 ,language c#.

thanks in advance....

+1  A: 

I've used infragistics xamDataGrid Express (which is free to use) and I believe it supports hierarchical data display. You can give that a try:

http://www.infragistics.com/dotnet/netadvantage/wpf.aspx#Downloads

Chris Nicola