展开 xamwebgrid 行以显示其他详细信息
我有以下想法:当用户单击网格行的“更多...”按钮时,该行必须展开为详细状态,显示当前条目的其他详细信息。我知道 xamwebgrid 提供了扩展命令,但它不只是用于分层数据目的吗?比如说,如何仅在展开视图中显示一些电影屏幕截图?
I have the following idea: when the user clicks on the more... button of a grid row, the row must expand into a detailed state that shows additional details for the current entry. I know that xamwebgrid provides an expand command, but isn't it just for hierarchical data purposes? How can I display some movie screenshots let's say, only in expanded view ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Silverlight DataGrid 中,您可以使用 RowDetailTemplate 来实现此用途。
请参阅此示例以获取示例: http://gallery.expression.microsoft.com/en -us/ToggleRowDetail
In the Silverlight DataGrid, you can use the RowDetailTemplate for this usage.
See this sample for an example: http://gallery.expression.microsoft.com/en-us/ToggleRowDetail