Hello,
I was wondering if there is a way to traverse rows programmatically while in GroupBy mode? The reason I am asking is because I need to get to all the UltraGridGroupByRow's child rows and so on through code and not only through expander node ( + and -) on the interface part of the grid. Please advise.
Adrian
Hi Adrian,
There are methods on the Rows collection to get enumerators that only return certain types of rows. Check out methods like: GetAllNonGroupByRows, GetFilteredInNonGroupByRows, GetFilteredOutNonGroupByRows, and GetRowEnumerator.