public class EditorSection : Section { private ObservableCollection<Metadata> _metadata = new ObservableCollection<Metadata>(); //[XamlSerializable] public ObservableCollection<Metadata> Metadata { get { return _metadata; } set { _metadata = value; } } }<c:EditorSection><c:EditorSection.Metadata> <c:Metadata Name="DocumentId" Value="{00000-..-..-..}" /> <c:Metadata Name="Owner" Value="JohnWSmith" /></c:EditorSection.Metadata><t:Paragraph><t:Span Text="Hi"></t:Span></t:Paragraph></c:EditorSection>Telerik.Windows.Documents.FormatProviders.Xaml.XamlFormatProvider.Import(String input) in c:\TB\102\WPF_Scrum\Release_WPF\Sources\Development\Documents\FormatProviders\Xaml\XamlFormatProvider.cs:Line 126.column = GridViewComboBoxColumn.new()column.DataMemberBinding = bindcolumn.UniqueName = colnamecolumn.IsComboBoxEditable = truecolumn.ItemsSource = data_table_source.DefaultViewcolumn.DisplayMemberPath = "name"column.SelectedValueMemberPath = "id"
# add the column to the datagrid
raddatagrid.Columns.Add(column)<telerik:RadGridView ItemsSource="{Binding Data}" AlternationCount="2"> <telerik:RadGridView.AlternateRowStyle> <Style TargetType="telerik:GridViewRow"> <Setter Property="Background" Value="{Binding ElementName=FakeButton, Path=Background}"/> </Style> </telerik:RadGridView.AlternateRowStyle></telerik:RadGridView><Button x:Name="FakeButton" Background="Blue" Content="Button" />The diagram control looks very promising but I must be able to control the number and location of the connectors of the Diagram Shape. I have been unable to locate how to do this. My domain has a fixed number of entities that I will need to link together but each entity type will have between 1 and 11 connector points. I will be using DataTemplates to completely control the shapes and was hoping in the template I could identify where I want the connectors to go. Is it possible to achieve this?
Donovan
ObservableCollection<ToolViewModelBase> ShellViewModel.Tools
Hello, I just upgraded to the latest version and now when there is only 1 RadPane in a RadPaneGroup the tab strip is now visible with only one tab. This is a change in behavior from the old version (there was no tab strip visible). How do I restore the old behavior?
I am now using version 2012.1.215.40.