Hi,
I am using Tile View control.
In tile view control i am adding "XamWebChart " chart control in single tile.
As per my requirement, i am adding specific control into specific tile. I have 4 Tile.
In 4 Tile i have to show XamWebChart , Conditional Formating grid etc.
Control is showing fine through
<DataTemplate x:Key="ChartTemplateMaximized">
But now i am not able to bind the XamWebChart or XamGrid DataSource.
If its possible , kindly give me the solution ASAP.
With Regards
Asit Sinha
Hello Asit,
Is this related to your request here: http://community.infragistics.com/forums/p/48193/289711.aspx#289711? If it is, then I recommend either implementing the data binding in XAML or handling the Loaded event for the XamWebChart and XamGrid.
If this approach does not work for you please let me know.