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

Stopping events after a navigate() call

2 Answers 47 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ron
Top achievements
Rank 1
Veteran
Ron asked on 07 Jun 2012, 11:00 PM
I have a couple of views, the first one has some items, like, for example - a select box. The 2nd has a listview that displays options. When the user clicks on an item in the listview, I want to load some data and put it in the items of the first view, and I then go to the 1st view with a navigate() function. So far, so good - it all works well, but sometimes, after the navigate - I get the select options (via the standard android select options selection popup) - as if the event of clicking on the listview item propagated to the new view I just navigated to.

How do I stop this behavior after the listview item was clicked?

2 Answers, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 08 Jun 2012, 04:06 PM
Hello Ron,

I am not able to reproduce your scenario. Could you please provide a simple runnable project which illustrates the behavior you have observed? This way I will be able to advice you further. Thank you in advance.

Regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Ron
Top achievements
Rank 1
Veteran
answered on 08 Jun 2012, 04:07 PM
I will work on a sample project over the weekend. Just a clarrification - this issue seems to happen only on Android - in the Web Browser - it is a no-issue.
Tags
General Discussions
Asked by
Ron
Top achievements
Rank 1
Veteran
Answers by
Iliana Dyankova
Telerik team
Ron
Top achievements
Rank 1
Veteran
Share this question
or