Mohammad Afaneh
Hello,
I have a multi select control, and i might not select any value and i might select one or more. What is the correct way to make this control working?
I tried to bind it with List String & Namevaluepair and nothing worked.
Thanks in advance.
Best Regards,
Mohammad Afaneh
SPARK Support
Hey Mohammad,
You can bind the multi select control to a String list. In the configuration options of the control set the “Item Lookup Mode” to “Items From Static List”, then bind your Sting list to the “Static List” option.
When selecting multiple items from the control, hold the CTRL key to select items that are not next to each other.
-Erick Quintanilla