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

Tree View DLL Issue

3 Answers 65 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Madhu
Top achievements
Rank 1
Madhu asked on 18 Jan 2010, 05:22 PM
I am using Silverlight4.0 and VS2010.I am using Telerik silverlight4.0 controls.When I added telerik.winddows.controls.Navigation.dll to my project,Treeview is not coming up in that dll.The error "it cannot find the assembly".Please let me know if theer is an issue with the tree view control.

3 Answers, 1 is accepted

Sort by
0
Tihomir Petkov
Telerik team
answered on 21 Jan 2010, 12:05 PM
Hello Mark,

I was not able to reproduce the problem you reported. Can you please take a look at the attached sample project and modify it so that it demonstrates the issue?

Regards,
Tihomir Petkov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Madhu
Top achievements
Rank 1
answered on 21 Jan 2010, 07:25 PM
Hi,

      I used the same Dlls' which you provided but the hierachicaldatatemplate is not showing up.
Below is my XAML
controls:ChildWindow x:Class="Bowne.XBRL.XBRLProcessor.TESTXBRLTreeView"
           xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
           xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
           xmlns:controls="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls"
         xmlns:telerikNavigation="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Navigation"
          xmlns:core="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls"

           Width="400" Height="300"
           Title="TESTXBRLTreeView">
  <Grid x:Name="LayoutRoot" Margin="2">
    <Grid.RowDefinitions>
      <RowDefinition />
      <RowDefinition Height="Auto" />
    </Grid.RowDefinitions>
   
        <telerikNavigation:RadTreeView x:Name="XBRLTreeControl"  IsDragDropEnabled="True" BorderThickness="1" Margin="0,0,79,0" ItemsSource="{Binding ElementName=XBRLTreeControl}" ItemTemplateSelector="{Binding ElementName=XBRLTreeControl, Path=Items}">
          
        </telerikNavigation:RadTreeView>
            <Button x:Name="CancelButton" Content="Cancel" Click="CancelButton_Click" Width="75" Height="23" HorizontalAlignment="Right" Margin="0,12,0,0" Grid.Row="1" />
    <Button x:Name="OKButton" Content="OK" Click="OKButton_Click" Width="75" Height="23" HorizontalAlignment="Right" Margin="0,12,100,0" Grid.Row="1" />
     
  </Grid>
</controls:ChildWindow>
when I typed core: in my XAML its not showing HierarchicalDataTemplate in the list of controls.I used the same Dlls which you sent me.If I looked the DLL "Telerik.Windows.Controls" in object browser its showing HierarchicalDataTemplate.


0
Tihomir Petkov
Telerik team
answered on 25 Jan 2010, 12:22 PM
Hello Mark,

Unfortunately, I am again not able to reproduce the problem (see screenshot). Maybe something specific on your machine is causing it. Can you please provide a bit more details aboout your configuration?

Sincerely yours,
Tihomir Petkov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
TreeView
Asked by
Madhu
Top achievements
Rank 1
Answers by
Tihomir Petkov
Telerik team
Madhu
Top achievements
Rank 1
Share this question
or