cancel
Showing results for 
Search instead for 
Did you mean: 

Select All List Picker MDK

ashish_kumar2905
Participant
0 Kudos

Hi Experts,


I am using List picker to for single selection. But it is also showing text "ALL" in Web. How can I remove that text.

"_Type": "Control.Type.FormCell.ListPicker", "_Name": "TransporterCell", "IsEditable": true, "IsVisible": true, "AllowMultipleSelection": false, "AllowEmptySelection": false, "Caption": "Transporter", "DataPaging": { "ShowLoadingIndicator": false, "PageSize": 50 }, "PickerPrompt": "Please select one single item", "IsSelectedSectionEnabled": false, "IsPickerDismissedOnSelection": true, "IsSearchCancelledAfterSelection": false, "AllowDefaultValueIfOneItem": false, "PickerItems": { "Target": { "Service": "/Ss.service", "EntitySet": "zyx" }, "ObjectCell": { "DetailImageIsCircular": false, "Icons": [], "PreserveIconStackSpacing": true, "Styles": {}, "Title": "{Name1}" }, "ReturnValue": "{Name1}" }

Accepted Solutions (1)

Accepted Solutions (1)

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

This behaviour is by design in web.

ashish_kumar2905
Participant
0 Kudos

Just for clarification , what is the purpose of this behaviour?

Answers (1)

Answers (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert

The header is there for consistency because in many of the use cases there are buttons that display in that same header. For example, if your list picker is set to AllowEmptySelection true then there will be Deselect All button to clear the current selection. Similarly for multi-select scenarios there are buttons that will appear in that header bar so the decision was made to always show it on the web.

ashish_kumar2905
Participant
0 Kudos

Thanks for the clarification.