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

RadIconTile - PeekTemplate to another website

1 Answer 50 Views
TileList
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 20 Jun 2013, 02:44 PM
Is it possible to Peek to another Website?
currently, i have a simple TileGroup that contains a RadIconTile. I'm playing around with what is possible and thought it would be interesting for the user to hover over the Tile and have it 'Peek' to a Website or Forum Thread that i would be linking them to.


 <telerik:TileGroup>
                    <telerik:RadIconTile Target="_blank" ImageUrl="Images\gmail.ico" NavigateUrl="http://mail.google.com">
                        <Title Text="Googlemail"></Title>   

                    </telerik:RadIconTile>
      </telerik:TileGroup>   

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 24 Jun 2013, 04:48 PM
Hi David,

There is no built-in way to get external data in the peek templates. They are HTML defined by the developer and this is what they show.
For a future version we intend to have a LiveTile and some methods for obtaining data for badges and perhaps peekTemplates (like webservice, wcf service) and exposing some events for the peektemplate but this is not available yet.
Perhaps now you can add a custom (and unique) CSS class to your HTML and use custom code to obtain external content (e.g. some form of jQuery ajax() request).
What I can suggest is that you share your ideas in our Feedback portal so other people can vote and comment on them. If you like you can post the links here afterwards.


Regards,
Marin Bratanov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
TileList
Asked by
David
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or