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

Opening a page in tileview

1 Answer 30 Views
TileView
This is a migrated thread and some comments may be shown as answers.
Alia
Top achievements
Rank 1
Alia asked on 14 May 2013, 07:16 AM
Hi all,

I'm using tileview to view employees as a search result. What I want to do is viewing an already existing page when expanding a tileview showing the details of this employee. How can I link a page to the large content of the tileview??

Alia

1 Answer, 1 is accepted

Sort by
0
Tina Stancheva
Telerik team
answered on 17 May 2013, 06:13 AM
Hi Alia,

You can wrap the RadTileViewItems content in a RadFluidContentControl. RadFluidContentControl provides three different contents - Small, Normal and Large and therefore you can apply more than one content for a RadTileViewItem and implement custom logic to associate the TileViewItem State with the FluidContentControl current Content. You can take a look at this tutorial for more information.

In your case, you can define SmallContent(or normal Content) of the FluidContentControl to display the employees details and define a LargeContent that hosts a predefined UserControl. Please give this approach a try and let us know if it works for you.

Regards,
Tina Stancheva
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
TileView
Asked by
Alia
Top achievements
Rank 1
Answers by
Tina Stancheva
Telerik team
Share this question
or