Question
Optum
IN
Last activity: 4 Nov 2019 0:25 EST
MultiSelect List Control Property Error
Hi ,
I am trying to add a Multi-select control in my UI, a Data page is used to get the data in the Multi-select control. The data page is populating the data correctly but my Multi-select is not showing any data, it is just appearing as a blank control in the UI. Please suggest on how to populate the data in Multi select control using a data page.
-
Likes (1)
SIVARANJANI S -
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Optum
IN
@Lochan_DV ,Vidyaranjan:- Please assist.
Coforge
AU
Hi This article may help you
https://collaborate.pega.com/question/implement-multiselect-control-pega-72
Pegasystems Inc.
IN
Hi ,
Make sure that the property is of list type and the Data page is also of list type.See a sample attached.
Event if you are not getting then sahre the complete screenshots of your data page and multiselect configuration.
Evoke Technologies
IN
Optum
IN
Please share the screenshots of your multiselect control configuration and the property configuration.
The control appears blank if the property type is not defined correctly.
You can check the expected behavior in UI gallery and copy the same control(s) onto your design.
Thanks
Pegasystems Inc.
IN
Hi,
If you are using multiselect control in modal dialog or table layout it is not supported as per below explanation:
Hi,
If you are using multiselect control in modal dialog or table layout it is not supported as per below explanation:
Below is the difference in rendering between templatized and non-templatized control:
Templatized control renders on client side. On screen load the metadata is send by the server later on the specific content is getting load. In non-template control, the whole data is getting loaded on the server side and the result is shown on the screen.
In the multiselectcontrol on the grid the section that is getting loaded is non-template and the multiselect control is templatized control. On screen load, the section getting loads the whole script with data whereas the multiselect control loads only the metadata and on second refresh it loads the data related to that previously loaded metadata.
This is the reason why the template control is not getting loaded in the non-template section.
Advanced parameter sections are rendering as non-template causing new controls like multiselect not to render.
Hope this helps you.
Thanks,
Evonsys
NL
Do we have any solution for this issue?
Pegasystems Inc.
IN
Hi Nuwani,
Plese check with the optimised grid/Table i.e if you are refrerring the ,multiselect in it.
Evonsys
NL
I checked optimized code checkbox in table layout (Pega 8.3 ). once i enable it table row values get disabled. please find below screen shots.
Table rows got disabled.