Aggregate function max for footer is not working

3 replies. Last post: January 25, 2013 2:29 AM by Handy Surya
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
Kanimozhi MMember

Hi,

We were using the footer to display the aggregate value of Max. It is showing the max value properly when the grid is having values. When there is no data in the grid, it is not showing 0 or blank, it is showing -922337203684775808.00 in the footer. Is there a way to resolve this issue or to mask this value and show 0. Please suggest

 <

ISWebGrid:WebGridColumn AggregateFunction="Max" Caption="Time to Repay(M)" DataFormatString="0.00"

DataMember="TimeToRepayMonthly" DataType="System.Decimal" Name="TimeToRepayMonthly"

Width="150px" DefaultValue="0">

<HeaderStyle Font-Bold="True" Font-Names="Tahoma" ForeColor="Black"

Font-Size="Small" Wrap="False"/>

<FooterStyle Font-Bold="True" Font-Names="Tahoma" ForeColor="Black"

Font-Size="Small" BackColor="#EAF3FF"/>

<CellStyle ForeColor="#EAF3FF"></CellStyle>

</ISWebGrid:WebGridColumn>

All times are GMT -5. The time now is 4:35 AM.
Previous Next