Hello,
When in GroupBy mode rows are put into a "hierarchical" like structure. Rows are grouped by whatever column or columns that were dragged into the groupby box.
Is there way to extract the rows; making a copy of them, and put them in their horizontal view style while keeping the grid in GroupBy mode? The reason I am asking is because I do not want to take the grid out of groupby mode, I simply want a copy of the row(s) and put them in a horizontal view like form for some manipulations I need to perform on them in the background programmatically, which will not directly affect the display or arrangement of the grid itself.
Adrian
Hi Mike,
Unfortunately, I can not simply do it that way. I think I may have found a work around now though. Thanks for the help!
Hi Adrian,
Can't you just use the DataSource and affect the rows directly there?