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.
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.
I want to set a particular value in dropdown on page init, My dropdown having [valueprovider]
<TKEntityProperty tkDataFormProperty name="action" index="7"
[valuesProvider]="actionList">
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.