Grouping GridView on Windows 8

Posted by nmarun on ASP.net Weblogs See other posts from ASP.net Weblogs or by nmarun
Published on Sat, 15 Sep 2012 02:00:09 GMT Indexed on 2012/09/15 3:38 UTC
Read the original article Hit count: 153

It took me a few minutes to get the grouping working on the GridView on my Windows 8 app. I’m sharing what I did just so others can get it working sooner and go by the rest of their work. In VS 2012, I added a Grouped Items Page to my Windows 8 application project. By default, the template will add some sample data, so you can just run it to see how things look. Let’s see what it takes to show our custom data on the page. I’ll stat with the data source. 1: public class Team 2: { 3: public Team( string...(read more)

© ASP.net Weblogs or respective owner

Related posts about .NET

Related posts about c#