Building a VS2008 Styled Grid with the ListView and DataPager Controls
I took a break from my recent Silverlight explorations to work on a new datagrid skin. I thought the skin turned out fairly well so I figured I would pass it along just in case anyone else could find a use for it. Like some of my other skins, it makes use of ASP.NET 3.5's ListView, DataPager and LinqDataSource controls. Here is the run down of the features ... VS 2008 style border blue border Vimeo-ish style data pager Row hover effects (except for IE6) Sort icons Live Demo (IE6, IE7, FF, Opera) | Download VS 2008 Style Border To create the border, I used a variation of the rounded corners technique Josh outlines here. Below is the markup. It is pretty much just a handful of DIV elements that are used for holding the images. If you are thinking about using this technique, you should check out Josh's site...