This question is locked. New answers and comments are not allowed.
I noticed in the fixes for the latest release (http://www.telerik.com/versionnotes.aspx?id=1897) that it mentions you can set the HeaderText at runtime.
Can this be set in XAML? I'm using a resource file for localisation puposes and would like to edit the appearance of the control in XAML and the behaviour in the C# code behind but the following binding throws an exception:
Also, I noticed that Silverlight does'nt support the x:Type extension. Is there any way to set the DataType in XAML?
Can this be set in XAML? I'm using a resource file for localisation puposes and would like to edit the appearance of the control in XAML and the behaviour in the C# code behind but the following binding throws an exception:
HeaderText="{Binding StockpileArea, Source={StaticResource ServiceObjectDisplayNames}}"
Also, I noticed that Silverlight does'nt support the x:Type extension. Is there any way to set the DataType in XAML?