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

kendoMobilePopOver pane navigate - does not work after first .navigate

5 Answers 53 Views
Application
This is a migrated thread and some comments may be shown as answers.
scott
Top achievements
Rank 1
scott asked on 04 Mar 2013, 05:49 AM
Hello Experts!

I'm having a bit of a problem with the kendoMobilePopOver -- 

Here's some code:

$("#user_popup").data("kendoMobilePopOver").pane.navigate("/Views/users/view_user.html");

The first time this runs, it's fine.  I have a data-show event that fires properly when this first loads.  However, subsequent calls do not re-load the view.  I've tried to .destroy() the view and the pane, and also set the .view().options.reload to false, but nothing seems to get this thing to reload.  Any hints??

Thanks!
se

5 Answers, 1 is accepted

Sort by
0
scott
Top achievements
Rank 1
answered on 04 Mar 2013, 02:35 PM
Perhaps it's important to state that I'm using version 2013.1.226

I've tried heaps of stuff now... tried .destroy and .purge -- none of those functions seem to work, nor anything else I've tried...

I'm stumped!
se
0
scott
Top achievements
Rank 1
answered on 06 Mar 2013, 01:58 AM
Hello!

Should I fill out a bug report for this?  I'd like to get this sorted out because I can't do a release until I have it working...

Thanks -
0
Petyo
Telerik team
answered on 06 Mar 2013, 08:09 AM
Hello Scott,

In order for your approach to work, the reload configuration option (introduced in the Q1 2013 Beta) should be set to true. Please check the corresponding documentation. 

If you still experience problems with your case, please send us a sample project that demonstrates the issue - we will take a look. 

Regards,
Petyo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
scott
Top achievements
Rank 1
answered on 06 Mar 2013, 11:15 AM
Hello!

Thanks for the feedback.  I'm afraid that it's not working in my case after I put the data-reload="true" into my views.  Perhaps it has something to do with the pane.navigate rather than an application.navigate situation.  I'll try to get a sample app together, but I'm pretty under the gun right now so I'll see if I can work around it.

Thanks,
se
0
Petyo
Telerik team
answered on 07 Mar 2013, 04:06 PM
Hi Scott,

Thank you very much - please let us know if you manage to isolate the problem - we will take a look right away. 

Kind regards,
Petyo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Application
Asked by
scott
Top achievements
Rank 1
Answers by
scott
Top achievements
Rank 1
Petyo
Telerik team
Share this question
or