如何:实现 n 层嵌套 gridview?

发布于 2024-07-15 12:29:03 字数 228 浏览 4 评论 0原文

在实施用户体验方面,我并不是最擅长的。 我在互联网上查找了嵌套网格视图或嵌套中继器控件的实现。 大多数演示都使用 sql 数据源对象。 现在我没有看到有人使用 sqldatasource。 在我的场景中,我将使用对象数据源或手动进行数据绑定。 数据源是 wsHttpBinding 上的 WCF 服务。

如果有人能为我提供一些解决此问题的提示/网络资源,我将非常感激。

提前致谢!!

I am not the gratest when it comes to implementing UX. I looked around on the internet for an implementation of a nested gridview or nested reapeater control. Most of the demos used an sql datasource object. Nowadays I dont see anyone using an sqldatasource. In my scenario I will be using Object Datasource or would be databinding manually. The source of data is a WCF service on wsHttpBinding.

I will really appreciate if someone could provide me some tips/web resource for solving this problem.

Thanks in advance!!

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

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

发布评论

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

评论(1

扛刀软妹 2024-07-22 12:29:03

Telerik 做了一个优秀的网格,可以使用 WCF 填充(我使用这个,它非常快):
http://demos.telerik.com/aspnet-ajax/ grid/examples/clientbinding/defaultcs.aspx

...和层次结构:
http://demos.telerik.com/aspnet- ajax/grid/examples/hierarchy/hierarchyloadmodeclient/defaultcs.aspx

还没有将两者结合起来,但看看对象模型,我确信它可以完成。

Telerik do an excellent grid that can be populated using WCF (I use this, it is v fast):
http://demos.telerik.com/aspnet-ajax/grid/examples/clientbinding/defaultcs.aspx

... and hierarchy:
http://demos.telerik.com/aspnet-ajax/grid/examples/hierarchy/hierarchyloadmodeclient/defaultcs.aspx

Haven't combined the two but looking at the object model, I'm sure it could be done.

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