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

Footer problems when use AggregateFunctions

1 Answer 40 Views
TreeListView
This is a migrated thread and some comments may be shown as answers.
Karam
Top achievements
Rank 2
Karam asked on 14 Apr 2011, 03:49 PM

hi ,
i have RadTreeListView which contains two columns i set


ShowGroupFooters="False"
ShowColumnFooters="true"
RowIndicatorVisibility="Collapsed"

and i used AggregateFunction on the second column like this :
<telerik:GridViewDataColumn
                            Header="Amount"
                            TextAlignment="Right"
                            Width="*"
                            DataMemberBinding="--------"
                            >
 
                            <telerik:GridViewDataColumn.AggregateFunctions>
                                <telerik:SumFunction SourceField="ValueOfGrossExpence" Caption="Total Gross Expences:" ResultFormatString="{}{0:c}"  />
                            </telerik:GridViewDataColumn.AggregateFunctions>
 
               </telerik:GridViewDataColumn>
but the appearance looks like the picture

1 : why the footer has three column (tree list view has just two) ?
2 : is there any way to hide horizontal scroll bar ?

thanks.

1 Answer, 1 is accepted

Sort by
0
Vanya Pavlova
Telerik team
answered on 14 Apr 2011, 04:00 PM
Hi Karam,

 
Regarding your first question you may take a look at the following forum thread. 
To the second one just set the ColumnWidth property of RadTreeListView to "*" and the columns will fit all of the available space.



Best wishes,
Vanya Pavlova
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
Tags
TreeListView
Asked by
Karam
Top achievements
Rank 2
Answers by
Vanya Pavlova
Telerik team
Share this question
or