Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

.NET Gridview themes examples

I'm looking for examples for .net gridView themes (css files) to get ideas for my grid.

My grid must have a double-pager look (Bottom & Top) and should support sorting (by clicking on headers) and row highlighting when moving the mouse.

The only one I found online was the Glassy Black (http://weblogs.asp.net/kevinbrammer/archive/2008/02/24/glassy-black-gridview-theme.aspx)

Do you have any other websites I can learn from?

(I'd be happier if it included source code examples, but if not - it's also good, css and html are readable)

like image 230
Faruz Avatar asked Dec 29 '09 06:12

Faruz


3 Answers

Gridview are rendered as HTML Tables. So any Table themes would get the job done. For headers, footers and other stuff you might have to code the css your self.

Check out these links.

Update 24/15 - mattberseth.com dead - updated links with archive.org

http://icant.co.uk/csstablegallery/index.php?css=69#r69

https://web.archive.org/web/20110303235607/http://mattberseth2.com/demo/ has lot of gridview customizations with code download.

Paging

Paging With Slider

Sorting with sort icons

Some more themes

https://web.archive.org/web/20140702022550/http://mattberseth.com/blog/2007/10/a_yui_datatable_styled_gridvie.html

https://web.archive.org/web/20150201190248/http://mattberseth.com/blog/2007/11/5_gridview_themes_based_on_goo.html

alt text

like image 55
Aseem Gautam Avatar answered Nov 12 '22 07:11

Aseem Gautam


Matts site has been hijacked and you cannot get to the resources using these links. See http://forums.asp.net/t/1755110.aspx/1/10

like image 35
JustesenR Avatar answered Nov 12 '22 05:11

JustesenR


Matt Berseth's Page: http://mattberseth.com/blog/2007/11/5_gridview_themes_based_on_goo.html Source Code can be downloaded here after hacked website: http://t.co/J9UJetHb

like image 1
Christo Carstens Avatar answered Nov 12 '22 05:11

Christo Carstens