Hi all,
I have a grid where I want to switch columns and rows, so the column header should be displayed lefthand:
Normal grid:
I want:
I've found some old postings from 2007 and 2009 recommending this demo http://demos.telerik.com/aspnet-ajax/grid/examples/programming/pivot/defaultvb.aspx but the postings are already 2 years old and I wonder whether this is now possible easier? I also need to have the filters but it seems with current demo it just creates one large table, removing all the advantages (filtering, sorting, etc.) which are offered by RadGrid normally.
Many thanks!
I have a grid where I want to switch columns and rows, so the column header should be displayed lefthand:
Normal grid:
Firstname - Lastname - Country
Joe - Black - USA
Tom - Cruise - USA
Tom - Hanks - USA
I want:
Firstname: Joe - Tom - Tom
LastName: Black - Cruise - Hanks
Country: USA - USA - USA
I've found some old postings from 2007 and 2009 recommending this demo http://demos.telerik.com/aspnet-ajax/grid/examples/programming/pivot/defaultvb.aspx but the postings are already 2 years old and I wonder whether this is now possible easier? I also need to have the filters but it seems with current demo it just creates one large table, removing all the advantages (filtering, sorting, etc.) which are offered by RadGrid normally.
Many thanks!