ProgressNS / nativescript-ui-feedback

This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Other
115 stars 21 forks source link

multiple selection on the list editor of the dataform #722

Closed joey0xx closed 6 years ago

joey0xx commented 6 years ago

Is it possible to do multiple selection on the list editor of the dataform?

NickIliev commented 6 years ago

@joey0xx I guess that we are talking about the Picker type for a PropertyEditor and the thing is that the native controls that are used behind this editor are not allowing multiple selections (I guess from UX perspective it would be hard to make multiple selection on a mobile phone from a drop-down list ..perhaps the better solution is to use a list of checkboxes or similar)

joey0xx commented 6 years ago

Hello @NickIliev thank you for the response.

I was talking about the List type.

cparkinsonMYCM commented 5 years ago

@NickIliev ditto, can we select multiple options from a _list _editor__ in the RadDataForm?