I want to have a grid with single group field but
1) Display multiple fields.
I want a grid with an invoice list sorted by customer code. But it was broken by customer code and showed customer code, customer name, telephone and fax in the header line (Just one single line)
2) Showing the sub-total for each break
Code,Name,Telephone,Fax
Invoice 1, Date1, Cur1 , Amount1,ExRate1, Balance1
Invoice 2, Date2, Cur2 , Amount2,ExRate2, Balance2
Sub-total
Code2,Name2,Telephone2,Fax2
Invoice 3, Date3, Cur3 , Amount3,ExRate3, Balance3
Invoice 4, Date4, Cur4 , Amount4,ExRate4, Balance4
Sub-total
Total
Thanks