Hi,
currently i have a TreeListView within a GridControl with a hierarchical logical data structure as ItemSource.
On placing a SummaryItem in runtime by an user to calculate the Sum on the column, the result ist erroneous because the fields in the sub structure are added too, see attached screen shots.
I tried to customize the sum in an SummaryItem which is placed by the user interface by an event handling to ignore the sub structure, which is already sumed in the parent, but the CustomSummaryEvent on TreeListView nor on GridControl is firering.
Obviously i missunderstood or missed a point in the event handling as described in your documentation.
Can you please give me a hint to the correct approach.