Hello i have a grid when i put ShowColumnsFooters at true all rows content are not displayed?
Is it a bug?
Is it fix in Q1 2011?
<
telerik:RadGridView
Name
=
"gridView"
ValidatesOnDataErrors
=
"None"
DataContext
=
"{Binding}"
ItemsSource
=
"{Binding Path=CurrentProductSelected}"
AutoGenerateColumns
=
"False"
CanUserDeleteRows
=
"False"
CanUserInsertRows
=
"False"
IsFilteringAllowed
=
"False"
ShowGroupPanel
=
"False"
CanUserFreezeColumns
=
"False"
CanUserResizeColumns
=
"False"
ShowColumnFooters
=
"True"
CanUserReorderColumns
=
"False"
CanUserSortColumns
=
"False"
AlternateRowBackground
=
"{StaticResource RowProductColor1}"
AlternationCount
=
"2"
MaxHeight
=
"190"
DataLoadMode
=
"Asynchronous"
SelectionMode
=
"Single"
RowIndicatorVisibility
=
"Collapsed"
>
<
telerik:RadGridView.Columns
>
<
telerik:GridViewDataColumn
Header
=
"{Binding ResourceUI.Libelle, Source={StaticResource LocalizedStrings}}"
IsReadOnly
=
"True"
Width
=
"200"
CellTemplate
=
"{StaticResource LibelleRadGridView}"
HeaderTextAlignment
=
"Center"
>
<
telerik:GridViewDataColumn.Footer
>
<
Grid
>
<
TextBlock
Text
=
"blablaba....."
VerticalAlignment
=
"Center"
TextWrapping
=
"Wrap"
/>
</
Grid
>
</
telerik:GridViewDataColumn.Footer
>
</
telerik:GridViewDataColumn
>
</
telerik:RadGridView.Columns
>
</
telerik:RadGridView
>
Is it a bug?
Is it fix in Q1 2011?