4 New Grouping Grid Skins: Vista, Bold, Win2k3 and Soft
Nearly 6 months ago a wrote a post showing how you can use ASP.NET 3.5's new ListView and LinqDataSource controls to create a pretty sweet looking grouping grid. Well I recently created a few additional skins for my original grid that I thought I would share. You can follow the link to the demo site to see them in action and if you are interested in learning more you should read my original post and then download the sample site and step through some of the code. All of the themes use exactly the same markup. All images (including expand/collapse icons, sorting icon and pager icons) are controlled via CSS. My original post used ImageButtons, but I replaced these with LinkButtons. This seems to be working out pretty well - I can use the CommandName and CommandArgumnet properties to hook into some the ListView and DataPager's advanced features, but I...