Hi, is there any way to retrive a groupe columns collection visible using the "outlook style"?
thanks
Marco
Hi Marco,
It sounded like you were looking for a better way. So I just wanted to confirm that there is no better way. :)
I know, i said it in my 2nd post of this thread. it could be a new feature/method of the wingrid. ;)
thank you very much.
marco
There's no collection of only grouped column. The best way to get them is to loop through the SortedColumns collection and check the IsGroupByColumn on each column.
every column of a grid has a property called IsGroupByColumn which indicates if it is grouped by or not.
cycle through the columns of a band and verify if it set to true. let me know if it works!
it's not the right way for me.. you are thinking always in terms of row..
i used the janusgrid before using ultrawingrid so i feel the differences.. here there isn't the way to work with a GroupedColumnsColletion because it doesn't exist.
the code i'm writing or code you proposed to me is a workaround.. i mean that is not a natural way..
thanks a lot.