Hi guys
I'm having a radgrid and a DateTime column
Nevertheless, i only want to display the date (without time)
This also works fine so far, but when i comes to grouping this column it's not working.
Somehow it looks for me that the grouping in the background also uses the time, thats why i get different groups per item with always the same date.
This looks a little bit weired because the grouping text is always the same. If i have three entries with Deliverydate 20.11.2010 then the group looks like
20.11.2010 aggregate function: 1 item
20.11.2010 aggregate function: 1 item
20.11.2010 aggregate function: 1 item
correct would be
20.11.2010 aggregate function: 3 item
any suggestions?
thanks
I'm having a radgrid and a DateTime column
Nevertheless, i only want to display the date (without time)
<tcg:GridViewDataColumn DataMemberBinding="{Binding ITEM.Deliverydate}" DataFormatString="{}{0:dd/MM/yyyy}" Header="Delivery Date" >Somehow it looks for me that the grouping in the background also uses the time, thats why i get different groups per item with always the same date.
This looks a little bit weired because the grouping text is always the same. If i have three entries with Deliverydate 20.11.2010 then the group looks like
20.11.2010 aggregate function: 1 item
20.11.2010 aggregate function: 1 item
20.11.2010 aggregate function: 1 item
correct would be
20.11.2010 aggregate function: 3 item
any suggestions?
thanks