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

Column footer unaligned

1 Answer 75 Views
TreeListView
This is a migrated thread and some comments may be shown as answers.
Ali
Top achievements
Rank 1
Ali asked on 11 Mar 2011, 03:09 AM
Hi,

I'm having an issue with column footers being unaligned. It looks like the expander column is causing the other column footers to be off.

Here is my code

<UserControl x:Class="SilverlightApplication1.MainPage"
    mc:Ignorable="d"
    d:DesignHeight="300" d:DesignWidth="400">
 
    <Grid x:Name="LayoutRoot" Background="White" >
        <Grid.RowDefinitions>
            <RowDefinition Height="Auto" />
        </Grid.RowDefinitions>
        <telerik:RadTreeListView x:Name="View" Height="Auto" ShowColumnFooters="True" RowIndicatorVisibility="Collapsed" ItemsSource="{Binding Items}" >
            <telerik:RadTreeListView.ChildTableDefinitions>
                <telerik:TreeListViewTableDefinition ItemsSource="{Binding TreeObjectChildren}" />
            </telerik:RadTreeListView.ChildTableDefinitions>
        </telerik:RadTreeListView>
    </Grid>
</UserControl>

Kind Regards,

Ali

1 Answer, 1 is accepted

Sort by
0
Accepted
Vanya Pavlova
Telerik team
answered on 11 Mar 2011, 01:07 PM
Hi Ali,

 
This is actually a know issue and has been already logged into our Public Issue Tracking System. You may follow its progress here. For the time being you may predefine the template of the GridViewFooterRow as demonstrated in the attached project.

All the best,
Vanya Pavlova
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
TreeListView
Asked by
Ali
Top achievements
Rank 1
Answers by
Vanya Pavlova
Telerik team
Share this question
or