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

Native Script RadDatafrom #1245

Open avinashbora opened 5 years ago

avinashbora commented 5 years ago

I want to set a particular value in dropdown on page init, My dropdown having [valueprovider]

<TKEntityProperty tkDataFormProperty name="action" index="7"
[valuesProvider]="actionList">

                                            </TKEntityProperty>

My value provide is given below [{key: 1,Value: "Open"},{key: 2,Value: "Closed"},{ key: 3,Value: "Deferred"}] Dropdown is working fine. but not able to select a value on page init.