实体容器查找列
我成功地使用实体容器允许用户输入新联系人。
有什么方法可以控制用户搜索帐户名称时显示哪些列?目前显示了 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能想要查看的是使用 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.