Hi,
I have a dataset with many columns. I wanted to display the result set of groupby of one columns in one cell and total of the same rows in
adjacent cells. Also when the user expands the result set he should be able to view the result set .
Please let me know how to do this. The samples are as below.
Existing one:-
Required one:-
v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} Normal 0 false false false MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman"; mso-ansi-language:#0400; mso-fareast-language:#0400; mso-bidi-language:#0400;}
Here in the Required section you see the Advisor column is grouped and the result set is present in first column.Similarly the total of other columns of the same rows grouped based on advisor is present under adjacent columns.
Please let me know can this be done.
Thanks,
Shashi
Hi Mike,
Thanks for the reply. please refer to my post of "how to get grouped columns collection and bind it to a column".
http://forums.infragistics.com/forums/t/14818.aspx .
I just want the Groupby columns resultset to bind it is a value to another column while other column has some other values.
Hi Shashi,
I'm afraid I do not understand your question. It looks like you might be looking for the OutlookGroupBy feature in the grid. In which case, you just have to set the ViewStyleBand to OutlookGroupBy and then drag a column into the GroupByBox at the top of the grid.