Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
25
hide item count when using OutlookGroupBy
posted

 Hello,

 in one of my projects I use the WinGrid which works really good. But I have one question left: How can I hide the item count in the group headers ("5 items")? I use OutlookGroupBy and add a sorted column in that way:

DisplayLayout.Bands[0].SortedColumns.Add(DisplayLayout.Bands[0].Columns[ColumnKey], false, true); // ColumnKey usually is "Tag"

best regards,
Tobias