Could this be done?
We've been trying to format the grid this way for days now. We have a hierarchical object binded to the grid. We tried using a lot of stuff including customizing the ExpandableFieldRecordStyle. Maybe we are just missing something.
You can hide the column headers for child bands by setting FieldLayoutSettings.LabelLocation to Hidden for the FieldLayouts used by the child bands.
Joe
Is there a way to align the child table with the parent record?
There is no easy way to accomplish this that I can think of.
[UPDATED]
Hi,
I want to display my grid with groupby records,
Like this >>
Account No.____Type___Date__ Amount___Remarks
GroupBy 123---------------1 -----------------Total=15000--------------
123 1 12/02/11 5000 test135
123 1 12/02/11 5500 test147
123 1 12/02/11 4500 test11654
GroupBy 123 -------------3 --------- Total=12000---------------
123 3 12/02/11 4000 test145
123 3 12/02/11 5000 test1657
123 3 12/02/11 3000 test1156
GroupBy 124 --------------1 ----------Total=17000-----------------
124 1 12/02/11 3000 test14
124 1 12/02/11 5000 test19
124 1 12/02/11 6000 test15
124 1 12/02/11 3000 test125
I dont want any type of hierarchy in it.
Till now i was using groupby in xamDataGrid, but it displays hierarchy in Tree structure, but i dont want that, i want that in flat table like structure.
Any idea how to do that??
Thanks,
Anubhav
123 1 12/02/11 4000 test145
123 1 12/02/11 5000 test1657
123 1 12/02/11 3000 test1156
123 1 12/02/11 3000 test14
123 1 12/02/11 5000 test19
123 1 12/02/11 6000 test15
123 1 12/02/11 3000 test125