This is a migrated thread and some comments may be shown as answers.

SelectItem and not fire event

1 Answer 19 Views
ListView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Josian
Top achievements
Rank 1
Josian asked on 26 Jan 2017, 10:24 AM

Hi,

How can we programmatically call a "SelectItem" in a listview and not fire the "DidSelectItemAtIndexPath" event ?

Regards,

Jos

1 Answer, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 30 Jan 2017, 01:19 PM
Hi Josian,

Thanks for writing.

I am afraid that is currently not possible. You can easily workaround this by using a bool flag when calling SelectItem and do nothing in the DidSelectItemAtIndexPath when the flag is raised.

Let us know if you have additional questions.

Regards,
Deyan
Telerik by Progress
Want to build beautiful Android apps as well? Check out UI for Android which enables the same set of scenarios, allowing you to create the same great app experience on both iOS and Android.
Tags
ListView
Asked by
Josian
Top achievements
Rank 1
Answers by
Deyan
Telerik team
Share this question
or