是否可以在 RadGrid 中垂直而不是水平显示数据?
是否可以在 RadGrid
中垂直而不是水平显示数据?
我目前有一个显示多个列的 RadGrid。例如:
- 产品 ID
- 产品名称
- 价格
有什么方法可以更改 RadGrid
的方向以垂直而不是水平显示数据?
谢谢,
Is it possible to display data in the RadGrid
vertically rather than horizonatally?
I currently have a RadGrid that displays several columns. For example:
- Product Id
- Product Name
- Price
Is there any way I change the orientation of the RadGrid
to display the data vertically instead of horizontally?
Thanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
RadListView
更适合这种情况:The
RadListView
would be more appropriate for this:看起来这可能有帮助: http://www.telerik.com/community/forums/aspnet-ajax/grid/transforming-rows-gt-grids-and-vice-versa.aspx
Looks like this might help: http://www.telerik.com/community/forums/aspnet-ajax/grid/transposing-rows-gt-grids-and-vice-versa.aspx