This question is locked. New answers and comments are not allowed.
hi ,
i have RadTreeListView which contains two columns i set
but the appearance looks like the pictureShowGroupFooters="False"ShowColumnFooters="true"RowIndicatorVisibility="Collapsed"
and i used AggregateFunction on the second column like this :<telerik:GridViewDataColumnHeader="Amount"TextAlignment="Right"Width="*"DataMemberBinding="--------"><telerik:GridViewDataColumn.AggregateFunctions><telerik:SumFunctionSourceField="ValueOfGrossExpence"Caption="Total Gross Expences:"ResultFormatString="{}{0:c}"/></telerik:GridViewDataColumn.AggregateFunctions></telerik:GridViewDataColumn>
1 : why the footer has three column (tree list view has just two) ?
2 : is there any way to hide horizontal scroll bar ?
thanks.