MS Expression Blend:Sketchflow - 在选择主数据网格的特定行后用数据填充子数据网格?
我最近开始使用 Expression Sketchflow 来制作一些用户界面设计的原型。我目前在页面顶部有一个主数据网格,我希望允许用户在选择特定网格行时看到下面的子数据网格,其中填充了与主数据的特定行相关的特定数据。
有人能解释一下这个问题吗?
非常感谢帮助。
I've recently started using Expression Sketchflow to prototype some user interface designs. I currently have a master datagrid at the top of the page, which I would like to allow the user when selecting a particular grid row to see a sub-datagrid below be populated with specific data relevant to that specific row of master data.
Could anyone shed some light on the subject!?
Help greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我通过阅读这篇文章弄清楚了如何做到这一点:
Expression Blend 3 – 处理数据的秘密。
这是基本步骤(听起来您已经做了几个)
如果数据中有子集合,则可能需要跳过更多的步骤。
I figured out how to do this by reading this article:
Expression Blend 3 – secrets of working with data.
Here's the basic steps (you already did a couple it sounds like)
If you have a child collection in your data, you may have to jump through a few more hoops.