Hello friends,
I have already tried some stuff but I couldn't change the 'Count' footer text.
The counter has been added with the ShowFooter="True" tag and it seems to be working but I need to localize the "Count" word as attached.
Any ideas?
Thanks in advance,
Will
I have already tried some stuff but I couldn't change the 'Count' footer text.
The counter has been added with the ShowFooter="True" tag and it seems to be working but I need to localize the "Count" word as attached.
<
telerik:RadGrid
ID
=
"gdvPendenteAtendimento"
runat
=
"server"
Width
=
"99%"
Height
=
"480px"
PageSize
=
"10"
CellSpacing
=
"0"
GridLines
=
"None"
Skin
=
"Office2010Silver"
AllowPaging
=
"true"
AllowSorting
=
"true"
AllowFilteringByColumn
=
"true"
OnItemDataBound
=
"gdvPendenteAtendimento_ItemDataBound"
OnItemCommand
=
"gdvPendenteAtendimento_ItemCommand"
AlternatingItemStyle-CssClass
=
"alt-color"
AutoGenerateColumns
=
"False"
ShowFooter
=
"True"
OnCustomAggregate
=
"gdvPendenteAtendimento_CustomAggregate"
>
Any ideas?
Thanks in advance,
Will