We have added the multi select option in the table add item button and it is working as expected.
We tried to add same in the grid edit option and it is showing only the label not the values in the multi select.
Anyone have solution for this.
We have added the multi select option in the table add item button and it is working as expected.
We tried to add same in the grid edit option and it is showing only the label not the values in the multi select.
Anyone have solution for this.
Multi Select is not supported in the grid edit option.
@PrakashDeep Thanks for the response. Making Optimize enable in table will work but the UI wont look good.
Yes, Pagination will be also be not supported among other things
@PrakashDeep Read only option on the UI cell is not working and line item level collapsible local action also not available.
@Nandhini.Mani I can see you logged INC-B6186 . Our GCS team provided you with a solution and are waiting for your confirmation to close.
The latest update on the issue provided by GCS:
Please add a reply here as well and mark it with Accept Solution to close this thread.
@Nandhini.Mani the support ticket has been closed:
Issue primary reason description:
Multiselect not supported in unoptmized grid also inline editing is not supported for optimized grids since they are only supported readonly and any update on them should be made via the OOTB method.
Explanation description:
Client launching an local action containing multiselect control from an unoptimized grid. However it is expected since multiselect cannot be rendered from unoptimized grid. Hence in order to work the grid has to optimized where then the modal dialog launched from grid would become templatized.
It is a limitation/expected behavior from optimized grid i.e. inline editing not being supported. Because Optimzed grids are read only grids and any update on them should be made via the OOTB method of editable over a modal which is available on the Optimized grid.