有哪些功能丰富的 Visual Web GUI 数据网格控件选项?
我正在寻找与 Gizmox 的 Visual Web GUI 兼容的数据网格视图控件,该控件位于 Telerik 的 RAD 网格或 YUI 的数据网格级别。不幸的是,库存数据网格缺乏我需要的功能。我正在使用 VWG 6.4。我知道我可以包装控件以便在 VWG 中使用,但自 6.4 发布以来就没有尝试过。我过去曾尝试包装 Telerik 的 RAD Grid,但从未使其正常工作。显然,如果可能的话,我更愿意像任何其他 VWG 控件一样以有状态的方式开发网格,因此库存数据网格视图的扩展或基于自定义 VWG 的控件将是最佳选择(如果存在)。
我真的希望 Gizmox 的 Professional Controls Suite 能够拥有丰富的数据网格控件,但似乎并没有。
I'm looking for a Data Grid View control compatible with Gizmox's Visual Web GUI that is on the level of Telerik's RAD Grid, or YUI's Data Grid. The stock Data Grid is lacking in the functionality that I require unfortunately. I'm using VWG 6.4. I know that I can wrap controls for use in VWG, but have not attempted it since 6.4's release. I had tried in the past to wrap Telerik's RAD Grid, but never got it work properly. And obviously I would prefer to develop for the grid in a stateful manner like any other VWG control if at all possible, so an extension of the stock data grid view, or a custom VWG based control would be the best option if it exists.
I was really hoping that Gizmox's Professional Controls Suite would have a rich Data Grid control, but it doesn't appear that it will.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为新的 ListView 和一些自定义控件的组合在我能想到的大多数情况下都会为我带来美妙的效果。
基于 Gizmox 论坛中的这篇文章:
http ://www.visualwebgui.com/Developers/Forums/tabid/364/forumid/25/threadid/35522/scope/posts/threadpage/1/Default.aspx
到目前为止,6.4 已经解决了我遇到的所有问题在过去的 VWG 中,我真的很期待开始为我的项目设计 UI。
I think a combination of the new ListView and some custom controls will do wonderfully for me in most any case that I can think of.
Based on this post in the Gizmox forum:
http://www.visualwebgui.com/Developers/Forums/tabid/364/forumid/25/threadid/35522/scope/posts/threadpage/1/Default.aspx
So far 6.4 has resolved every issue I had with VWG in the past, I am really looking forward to getting started on the UI for my project.