This question is locked. New answers and comments are not allowed.
In the recent updates, I'm using internal builds for silverlight 5, 2011.3.1304.1050
This is showing the time along with the date now. It used to only show the dates.
<
telerik:GridViewDataColumn.AggregateFunctions
>
<
telerik:MinFunction
Caption
=
"First: "
ResultFormatString
=
"{}{0:d}"
SourceField
=
"EntDate"
/>
<
telerik:MaxFunction
Caption
=
"Last: "
ResultFormatString
=
"{}{0:d}"
SourceField
=
"EntDate"
/>
</
telerik:GridViewDataColumn.AggregateFunctions
>