The text in the title should be the time that is summed in the group.
No problems:)
olv.AboutToCreateGroups += delegate(object sender, CreateGroupsEventArgs args) { foreach (OLVGroup olvGroup in args.Groups) { int totalTime = 0; foreach (OLVListItem item in olvGroup.Items) {
source share