I have a RadGrid (2012 Q1) with two levels and autogenerated columns.
In Column Created event I have
((GridBoundColumn) e.Column).Aggregate = GridAggregateFunction.Sum;
When I am expanding second level it is working for the first time, second time i am getting
Object reference not set to an instance of an object.
Regards
In Column Created event I have
((GridBoundColumn) e.Column).Aggregate = GridAggregateFunction.Sum;
When I am expanding second level it is working for the first time, second time i am getting