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

RadListView deselectItemAt is not triggering itemDeselected event (iOS only) #412

Open NickIliev opened 6 years ago

NickIliev commented 6 years ago

The method deselectItemAt for RadListView is not triggering the itemDeselected event on iOS. The same works as expected on Android.

Steps to reproduce:

export function onItemDeselected(args) { console.log("onItemDeselected"); // wont trigger on iOS when listView.deselectItemAt(Number(txtDeselectItemIndex.text)); is called!! }

and in [the XML file](https://github.com/telerik/nativescript-ui-samples/blob/release/sdk/app/listview/listview-selection/programmatic-selection.xml#L19)
``` Result: the itemDeselected event will not be triggered via the programmatic method `deselectItemAt` on iOS (will work as expected on Android).
felixkrautschuk commented 6 years ago

Are there any updates on this?

dexter2019 commented 6 years ago

any update on this ?