Hi
AL.Solai.,
Thanks for your reply. Problem has been solve. But I found another problem about loading data again.
When I click button to call InitializeGridControl() at first time, Pivot works fine. But when call it again, It throw exception like this at line:
this.pgcResult.PivotCalculations.Add(new PivotComputationInfo { FieldName = "Amount", Format = "#,###.#0", SummaryType = SummaryType.DoubleTotalSum });
I try to use this code to clear all data before call function but it still same error.
this.pgcResult.PivotColumns.Clear();
this.pgcResult.PivotRows.Clear();
this.pgcResult.PivotCalculations.Clear();
this.pgcResult.TableModel.Clear(true);
Do you have any suggestion?
Attachment:
Exception_7e10ed22.zip