Question
Implement MultiSelect Control in Pega 7.2
Hi ,
I have been trying to implement a Multiselect control .
The problem is that I can display the values if I hardcode them in the property as a local list . However , I need to retrieve the values from a Data Table .
How can I do it ? This Multiselect List is in a section which will be used as a Custom Filter for a report. I do not see where I can add an acitivity or Data transform to populate the field coz it is not part of a flow.
Thanks ,
Smitha R
***Updated by Moderator: Vidyaranjan| Included categories***
Hi Smitha,
The MultiSelectList control is a deprecated control and Pega does not recommend to use it going forward. Pega recommends to use Grid inplace of MultiSelectList control to select multiple items in the given list.
By using Grids you can populate the values from Data Table. For working example, you can refere any grid present in UI gallery.
Let me know if you need any clarification.