I have a question about grouping. I have a DateTime field from a Database that is being Displayed a a Short Date. However, when I go to group them it is grouping by the full Date and Time, which leads to basically every record being grouped separately.
Is there a way around this?
I am currently doing the grouping in code:
Dim groupCol As New Group
groupCol.GroupBy = “DateCreated”
groupCol.HeaderRows.Add(New GroupManagerRow())
GridControl1.GroupTemplates.Add(groupCol)
Thanks,
Douglas
Imported from legacy forums. Posted by Douglas (had 1987 views)