Hi,
I found a bug in summary row calculation.
pRadGridView.MasterGridViewTemplate.SummaryRowsBottom.BeginItemUpdate();
// columns update for a row
pRadGridView.MasterGridViewTemplate.SummaryRowsBottom.EndItemUpdate();
The problem is :
[ GridViewTextBoxColumn ] [ GridViewDataColumn ]
[ ] [ GridViewSummaryItem ]
If you change something in the GridViewTextBoxColumn, GridViewSummaryItem is not updated.
Indeed, if there is no GridViewSummaryItem at the bottom of a GridViewTextBoxColumn , BeginItemUpdate don't work.
I have no enought time to do a sample again. If you have any question, tell me.
I found a bug in summary row calculation.
pRadGridView.MasterGridViewTemplate.SummaryRowsBottom.BeginItemUpdate();
// columns update for a row
pRadGridView.MasterGridViewTemplate.SummaryRowsBottom.EndItemUpdate();
The problem is :
[ GridViewTextBoxColumn ] [ GridViewDataColumn ]
[ ] [ GridViewSummaryItem ]
If you change something in the GridViewTextBoxColumn, GridViewSummaryItem is not updated.
Indeed, if there is no GridViewSummaryItem at the bottom of a GridViewTextBoxColumn , BeginItemUpdate don't work.
I have no enought time to do a sample again. If you have any question, tell me.