我正在寻找 .net gridView 主题(css 文件)的示例,以获得网格的想法。

我的网格必须具有双页式外观(底部

我在网上找到的唯一一款是玻璃黑(http://weblogs.asp.net/kevinbrammer/archive/2008/02/24/glassy-black-gridview-theme.aspx

还有其他网站可以让我学习吗?

(如果它包含源代码示例,我会更高兴,但如果没有 - 它也很好,css和html是可读的)

答案

Gridview 呈现为 HTML 表格。

查看这些链接。

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

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

https://web.archive.org/web/20110303235607/http://mattberseth2.com/demo/有很多带有代码下载的 gridview 自定义。

寻呼

使用滑块分页

使用排序图标排序

还有一些主题

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

来自: stackoverflow.com