问题描述
我在列表之一中使用具有多个选择的查找列"字段,该查找字段的列类型为列表框",如下所示
I am using Lookup Column fields with multiple selections in one of my list , and the type of column for that lookup field is Listbox as shown below
我不希望将查找列用作列表框,但是我希望将此列作为选择器列,我该如何实现呢?
i dont want the lookup column as Listbox, but i want this as a picker column how can i achieve this.
谢谢
sal
推荐答案
默认情况下,没有OOTB列满足您的要求,您必须使用picker列创建自定义查找才能实现.
By default, there is not a OOTB column meet your requirement, you have to create a custom lookup with picker column to achieve it.
以下是带有源代码的解决方案,供您参考.
Here is a solution with source code for your reference.
使用选择器进行SharePoint查找:https://lookupwithpicker.codeplex.com/SourceControl/latest
SharePoint lookup with picker: https://lookupwithpicker.codeplex.com/SourceControl/latest
该解决方案是2007年的解决方案,您可以创建2013年的解决方案并参考代码来实现.
The solution is a 2007 solution, you can create a 2013 solution and refer to the code to achieve it.
最好的问候,
丹尼斯
这篇关于具有多个选择的“查找"列字段的“选择器"选项.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!