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

Livetile set_updateInterval not working

2 Answers 29 Views
TileList
This is a migrated thread and some comments may be shown as answers.
Hans-Jürgen
Top achievements
Rank 1
Hans-Jürgen asked on 09 Oct 2014, 09:18 PM
HI,

I have a standalone RadLivetile that gets populated by a PageMethod (Webmethod).
In certain situations I want to stop calling of the Pagemethod that populates the tile, i.e. the tile should stop updating itself.
I tried to use

var livetile = $find("<%=RadLiveTile1.ClientID %>");

livetile.set_updateInterval(0);

but the Pagemethod is still called, i.e. the above call has no effect !

I run Windows 8.1 and see the Problem on all Major Browsers (IE,FF,Chrome)

Is this a bug i.e. do other People have the same problem or am I doing something wrong ?

Really hope someone can help !
Every Feedback is highly appreciated.
Best regards
Hans-Juergen





2 Answers, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 10 Oct 2014, 09:51 AM

Hi Hans-Juergen,

We have such a request logged in our feedback portal and I can suggest casting your vote for it and monitoring its progress so you can get notified upon a change in its status: http://feedback.telerik.com/Project/108/Feedback/Details/129888. I also hope that you will find the workaround provided there suitable.


Regards,

Marin Bratanov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Hans-Jürgen
Top achievements
Rank 1
answered on 10 Oct 2014, 03:41 PM
Hi Marin,

thanks a lot for your Feedback.
Your Suggestion works ! Thanks a lot for that.
To complete the Story outlined in your link:
Of course one can 'restart' the updating of the live tile by calling

var livetile = $find("<%=RadLiveTile1.ClientID %>");

livetile.remove_dataLoading(PreventLivetileRequests);

Again, thanks a lot for your reply and help.
Hans-Juergen
 
Tags
TileList
Asked by
Hans-Jürgen
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Hans-Jürgen
Top achievements
Rank 1
Share this question
or