展开 xamwebgrid 行以显示其他详细信息

发布于 2024-08-31 22:56:18 字数 122 浏览 8 评论 0原文

我有以下想法:当用户单击网格行的“更多...”按钮时,该行必须展开为详细状态,显示当前条目的其他详细信息。我知道 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 技术交流群。

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

发布评论

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

评论(1

冷…雨湿花 2024-09-07 22:56:18

在 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

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