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
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
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
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 -
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
Hello Scott,
Petyo
the Telerik team
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.
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
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
Hi Scott,
Petyo
the Telerik team
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!