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

[Solved] Issues with MosaicTile Image Binding

1 Answer 124 Views
HubTile for XAML
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Arunmani
Top achievements
Rank 1
Arunmani asked on 01 Oct 2012, 08:11 AM
Hi,



We tried to bind telerik Mosaic tiles with static IEnumerable data source, we followed the same pattern highlighted in the Telerik examples, unfortunately the Mosaic tile is not showing up the pictures



Our Code example



We used a usercontrol which implements the interface ITrackInToView and placed the Mosaic tile as illustrated below



<Primitives:RadMosaicHubTile Width="150" Height="150" VerticalAlignment="Top" Primitives:RadHubTileService.GroupTag="HomeProject"

PicturesSource="{Binding}" x:Name="mosaicTile" Title="Contacts" Background="#FF006AC1"/>



We used a simple enumerator just like it was used in the telerik example to bind the path of the pictures (same pictures as given in the example). The control is not showing up the images.



Anything we are missing here, Thanks



Arun

Senior Architect Polaris







1 Answer, 1 is accepted

Sort by
0
Georgi
Telerik team
answered on 04 Oct 2012, 12:23 PM
Hi Arunmani,

Thank you for contacting us and for your question.

The sample XAML code looks fine to me and it should be working if correct pictures are passed as a DataContext.

Could you please prepare a simple demo project illustrating the issue so that I can have a look and further help you?

Thanks for your time, I am looking froward to your reply.

Kind regards,
Georgi
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
HubTile for XAML
Asked by
Arunmani
Top achievements
Rank 1
Answers by
Georgi
Telerik team
Share this question
or