In an ultragrid, when I use groupby feature, is it possible to show the number of rows in the group heading?
Such as:
+ Animals (4 iterms)...........
private void ultraGrid1_InitializeLayout(object sender, Infragistics.Win.UltraWinGrid.InitializeLayoutEventArgs e) { e.Layout.Override.GroupByRowAppearance.FontData.Name = "Arial"; e.Layout.Override.GroupByRowAppearance.ForeColor = Color.Red; }
Thanks.
I have another question: How to change to font and color of the heading text?
Hello,
This is done by default when you group:
Sincerely,
Petar Monov
Developer Support Engineer,
Infragistics, Inc