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
1210
Count property of Group by Rows.
posted

Hi,
    I am using UltraGrid with GroupByRows. I want to show Total rows present in Datasource and Filtered rows count if it is filtered on any column.
I am able to get filtered rows by using property grid.Rows.FilteredInNonGroupByRowCount . Is there any property like this? So I can get all row count present in Datasource.

Thanks & Regards;
 Ganesh

Parents
  • 2334
    posted
    Not sure I understand what you mean. Does grid.Rows.FilteredInRowsCount work for you? grid.Rows only includes rows in the top level band so if your grid is multiband you will need to traverse the rows to get the count.
Reply Children