网格视图摘要/详细信息(选项卡?)
我对正在显示的 Gridview 有一个非常具体的问题。
不管你相信与否,我的客户需要查看特定报告的大约 30 列。
显然,清晰地显示这些内容是不可能的,我正在寻找有关如何巧妙地实现这一点的建议?
我认为 Ajax 选项卡将不同选项卡上的列自然地分组在一起。
我主要担心的是 Gridview“日期范围”是根据 2 个日历控件中的值动态创建的。 这可以工作吗,即我可以跨这些选项卡引用外部控件吗?
I have a very specific problem with a Gridview I am displaying.
Believe it or not my customers need to see roughly 30 columns for a particular report.
Obviously displaying these legibly is impossible and I am looking for suggestions on how to achieve this neatly?
I was thinking Ajax tabs groups columns together naturally on differing tabs.
My main worry is that Gridview "date range" is created dynamically depending upon the values in 2 calendar controls. Would this work i.e could I reference the external controls across these tabs?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将 GridView 保留在 Panel 控件中,并将两个滚动条显示设置为 true。
这样,页面将在没有滚动的情况下正确适合,但只有 GridView 才会有滚动条。 您的用户可以水平或垂直滚动来浏览报告。
Keep your GridView in a Panel control with both scrollbars display set to true.
This way the page will fit properly without scrolls but only the GridView will have the scroll-bars. and your users can scroll horizontally or vertically to go through the report.