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
1612
How loop through rows in group
posted

Normally I can loop through the rows like that


foreach ( var row in uGrid.Rows )  row.Cells["INCLUDE"].Value = true;

But when grid is in group-by mode row.Cells is null

 

Can you please advice how to loop rows when data is grouped ?