This article:http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.Aspx?ArticleID=3703
describes this Property in the WebGrid:((GroupByRow)e.Row).Text="custom text";
which could be useful to us.
Is there an equivalent in the WinGrid?I'm looking for one in 2.0.50727 and can't find it.
Thanks.
I think that version 2.0.50727 is the version of the .NET framework and not NetAdvantage. Regardless, you could still handle the InitializeGroupByRow property and set the Description of the row. You might also want to look at the GroupByRowDescriptionMask property.
-Matt