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

TreeListView and Automated Testing

7 Answers 59 Views
TreeListView
This is a migrated thread and some comments may be shown as answers.
Vincent
Top achievements
Rank 1
Vincent asked on 14 Sep 2010, 09:33 PM
Hello,

We're currently trying to write automated scripts on a Rad TreeListView control, however, our tool (UISPY) is unable to see the control, so we are unable to test it. Do you have any suggestions or more information?

Thanks,
Vincent

7 Answers, 1 is accepted

Sort by
0
Yordanka
Telerik team
answered on 17 Sep 2010, 03:37 PM
Hi Vincent,

We'll need more time to investigate the problem and we will let you know for the progress as soon as we have more information. Please, excuse us for the inconvenience caused.

Regards,
Yordanka
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Yordanka
Telerik team
answered on 30 Sep 2010, 08:43 AM
Hi Vincent,

Can you try with our latest build - Q2 2010 SP2 (version .0924) ? We have tested the issue you specified with this version and it seems that there is no problem for the UISpy to locate RadTreeListView.


Kind regards,
Yordanka
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Jeff Lishingman
Top achievements
Rank 1
answered on 19 Oct 2010, 10:07 PM
I may be seeing the same issue...

UI Spy shows the TreeListViewVirtualizingPanel but there is nothing below that node.  There are several data-bound nodes in my tree.  Here is my XAML.  I have 2010.2.924.

 

<telerik:RadTreeListView x:Name="treeListView" 
                        AutoGenerateColumns="False" 
                        GridLinesVisibility="None" 
                        ShowColumnFooters="False" 
                        ShowColumnHeaders="False" 
                        ColumnBackground="Transparent" 
                        telerik:StyleManager.Theme=""
                        Background="Transparent"
                        RowIndicatorVisibility="Collapsed"
                        BorderBrush="Transparent" 
                        CellEditEnded="treeListView_CellEditEnded">
    <telerik:RadTreeListView.ChildTableDefinitions>
        <telerik:TreeListViewTableDefinition ItemsSource="{Binding Items}" />
    </telerik:RadTreeListView.ChildTableDefinitions>
    <telerik:RadTreeListView.Columns>
        <telerik:GridViewDataColumn x:Name="LabelColumn"
                                DataMemberBinding="{Binding Label, Mode=TwoWay}" 
                                Header="Name"  />
        <telerik:GridViewColumn x:Name="IconsColumn">
            <telerik:GridViewColumn.CellTemplate>
                <DataTemplate>
                    <StackPanel Orientation="Horizontal">
                        <Button x:Name="AddNewButton" 
                            Click="AddNewButton_Click" 
                            Template="{StaticResource AddNewButtonTemplate}" 
                            ToolTipService.ToolTip="Add New" 
                            Visibility="{Binding AddNewEnabled, Converter={StaticResource VisibilityConverter}}" 
                            />
                        <Button x:Name="EditButton" 
                            Click="EditButton_Click"  
                            Template="{StaticResource EditButtonTemplate}" 
                            ToolTipService.ToolTip="Edit" 
                            Visibility="{Binding EditEnabled, Converter={StaticResource VisibilityConverter}}" 
                            />
                        <Button x:Name="DeleteButton" 
                            Click="DeleteButton_Click"  
                            Template="{StaticResource DeleteButtonTemplate}" 
                            ToolTipService.ToolTip="Delete" 
                            Visibility="{Binding DeleteEnabled, Converter={StaticResource VisibilityConverter}}" 
                            />
                    </StackPanel>
                </DataTemplate>
            </telerik:GridViewColumn.CellTemplate>
        </telerik:GridViewColumn>
    </telerik:RadTreeListView.Columns>
</telerik:RadTreeListView>

 

 

 

 

 

Attached is a screenshot of my tree and UI spy.  Thoughts?

Nathan

 

 

 

 

 

 

 

0
Hristo
Telerik team
answered on 20 Oct 2010, 02:38 PM
Hello Kevin Radesh,

We can confirm these issues in RadTreeListView. We'll start to address them after our Q3 2010 official release.


Kind regards,
Hristo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Jay
Top achievements
Rank 1
answered on 20 Jan 2011, 09:23 PM
Hello

Is there a planned release to address the issue described in this thread?  If not is there a workaround?

Regards,

Jay
0
Hristo
Telerik team
answered on 26 Jan 2011, 01:41 PM
Hello Jay,

For the time being there is not a workaround for this issue. It is in our development plans but we cannot commit its availability to any specific date or release.


Kind regards,
Hristo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
David
Top achievements
Rank 1
answered on 03 Oct 2011, 08:07 PM
Hi:

Has there been any update to this? I see that the control is marked as OK on this support page here but I am still having problem picking up any nodes after TreeListViewVirtualizingPanel using UI-Spy.

Thanks!
David
Tags
TreeListView
Asked by
Vincent
Top achievements
Rank 1
Answers by
Yordanka
Telerik team
Jeff Lishingman
Top achievements
Rank 1
Hristo
Telerik team
Jay
Top achievements
Rank 1
David
Top achievements
Rank 1
Share this question
or