HI,
I have added a GridCalculated column as below:
In the footer "Total : " footer text is shown for the first time, when some postback happens the footer text is getting disappered. However the total amount is shown. Only the the "Footer text" is not shown.
How to fix this?
Thanks
I have added a GridCalculated column as below:
<
telerik:GridCalculatedColumn
DataFormatString
=
"{0:C}"
DataType
=
"System.Double"
HeaderText
=
"Extended Price"
UniqueName
=
"ExtendedPrice"
DataFields
=
"OrderQuantity,UnitPrice"
Expression
=
"{0}*{1}"
FooterText
=
"Total : "
Aggregate
=
"Sum"
>
</
telerik:GridCalculatedColumn
>
In the footer "Total : " footer text is shown for the first time, when some postback happens the footer text is getting disappered. However the total amount is shown. Only the the "Footer text" is not shown.
How to fix this?
Thanks