如何:实现 n 层嵌套 gridview?
在实施用户体验方面,我并不是最擅长的。 我在互联网上查找了嵌套网格视图或嵌套中继器控件的实现。 大多数演示都使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.