如何在 GridView 中显示标题但没有结果

发布于 2024-07-24 23:05:59 字数 63 浏览 5 评论 0原文

使用 LINQDataSource 时,在未获取任何记录的 GridView 上仍然显示列标题的最佳方法是什么?

What is the best way to still show column headings on a GridView that doesn't get any records when using LINQDataSource?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

一抹微笑 2024-07-31 23:05:59

Matt Berseth 有一篇文章,其中他对 GridView 进行了子类化并实现了此行为。

Matt Berseth has an article in which he subclasses GridView and implements this behavior.

甜点 2024-07-31 23:05:59

我能想到的最简单的方法就是在 EmptyDataTemplate 中伪造它。

除此之外,您可以添加一个新的标题行 DataBound 事件之一。

The easiest way I can think of off the top of my head would be to fake it in the EmptyDataTemplate.

Past that you could add a new header row one of the DataBound events.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文