Click here to Skip to main content
15,887,676 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
C#
In Telerik extension grid, ClientGroupFooterTemplate always gives 0 for max min operation on dates


It's working fine for int types. But it's always returning 0 for date types. Here is my code:
C#
columns.Bound(column.DataType, column.ColumnName).Aggregate(a => a.Max()).GroupFooterTemplate(result => "Max : " + result.Max.Format("{0:MM/dd/yyyy}")).Format("{0:MM/dd/yyyy}").ClientGroupFooterTemplate("Max : <#= Max #>");


Please help. Thanks
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900