XtraReports - how to display row count of group?
Dec 12, 2018 ... You can handle the XRTableCell.BeforePrint event as shown below to accomplish this task. C#. int counter = 0; private void ...
Get number of group rows in the GridView
Nov 16, 2008 ... The RowCount property provides a total number of rows including data rows and group rows no matter whether group rows are collapsed or expanded.
Expand GridControl group rows with details
Jul 17, 2013 ... Handle the GridView.GroupRowExpanding event. In that event handler, collapse all groups and details, get count of rows within an expanded row and expand master ...
Displaying a Row Count/Line Number for Each Row
Dec 2, 2008 ... Just a quick update, I was do what I needed to ignore the group rows by adding a template to the unbound column and putting a label there. I ...
Keep only groups with count bigger than 1
Oct 5, 2006 ... I'm creating custom groups at runtime and I would like to know if there's a way of not grouping some of the rows. I've read the GridView.