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
4133
How To Get Underlying DataRow From SummaryRow
posted

I have a grid with several rows in it.  I turn on the filter row and am able to narrow the rows down to just one row.  I am then trying to get the datarow associated with the grid row.  Normally, I use the ListObject property of the grid row, but I have found that summary rows do not have a ListObject associated with them.  What is the best way to get the underlying datarow for a given summary row?