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

Footer text disappears when there is postback in the grid

1 Answer 22 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Venkatesh
Top achievements
Rank 1
Venkatesh asked on 12 Dec 2012, 02:15 PM
HI,
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

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 12 Dec 2012, 02:44 PM
Hi,

I tried to replicate the described problem in our online example, but to no avail. The footer text does not disappear on postback. Check it out and see what is the difference in your case.

Regards,
Pavlina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Venkatesh
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or