如何设置普通 html 表(或 ASP 表)的样式,就像网站中 RadGrid 的其余部分一样?
我想要一个看起来像 RadGrids 的普通表格,有没有一种简单的方法可以使用 RadGrid 样式(记住主题)?
I'd like to have a normal table to look like RadGrids, is there an easy way I can use the RadGrid styles (keeping theming in mind)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 Firebug 等工具,您可以检查 RadGrid 生成的表。
此页面上显示的示例给出了结果如下:
将此处所述的类添加到您自己的表中应该从 rad 网格复制样式。
Using a tool like Firebug, you can inspect the table generated by RadGrid.
The example shown on this page gives the following results:
Adding the classes stated here to your own table should copy the style from the rad grid.
我一直在玩这个,似乎你需要用某些样式将表格包装在 div 中 - 也许是由于主题?也许我仍然缺少一些东西,但这是我让它发挥作用的唯一方法。
I have been playing with this, and it seems you need to wrap the table in div(s) with certain styles - maybe due to themes? Maybe I'm still missing something, but this is the only way I could get it to work.