This question is locked. New answers and comments are not allowed.
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
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