实体容器查找列

发布于 2024-10-18 11:43:54 字数 102 浏览 1 评论 0原文

我成功地使用实体容器允许用户输入新联系人。

有什么方法可以控制用户搜索帐户名称时显示哪些列?目前显示了 5 列,但我想显示不同的列并更改显示顺序。

这可能吗?

I am successfully using an Entity Container to allow users to enter a new contact.

Is there any way to control what columns are shown when the user searches for an Account Name? At the moment 5 columns are shown, but I would like to display different columns and change the display order.

Is this possible?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

心凉怎暖 2024-10-25 11:43:54

您可能想要查看的是使用 FieldContainer。 EntityContainer 使用布局元数据,因此除非您可以控制布局信息 - 您可能无法控制该视图。 FieldContainer 使用 LabelandField 组件,该组件允许您将其绑定到特定字段。

希望有帮助。

What you may want to look at is using a FieldContainer. EntityContainer uses the layout metadata, so unless you can control the layout info - you may or may not be able to control that view. A FieldContainer uses the LabelandField component, which allows you to bind it to particular fields.

Hope that helps.

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