BoldDeskWe are launching BoldDesk on Product Hunt soon. Learn more & follow us.
this.gridGroupingControl1.GetTableDescriptor("Werker Transaksies").SummaryRows.Add(gridSummaryRow); this.gridGroupingControl1.ShowGroupDropArea = true; this.gridGroupingControl1.TableDescriptor.GroupedColumns.Add("Tag ID"); this.gridGroupingControl1.TableDescriptor.GroupedColumns[0].SortDirection = ListSortDirection.Ascending; this.gridGroupingControl1.GridGroupDropArea.AllowRemove = true;here is the code for the grouping part