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
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