Hi, All
I have problem with showing of summary row
I do summary row in the next way
on form load event i add following code
gridT.Columns.GenerateFromType(typeof(TraderSO));
gridT.SetDataBinding(TSO, “”);
SummaryRow sr = new SummaryRow();
sr.TextFormat = “www”;
gridT.FooterRows.Add(sr);
((SummaryCell)sr.Cells[“Volume”]).StatFunction = StatFunction.Sum;
((SummaryCell)sr.Cells[“Volume”]).TitleFormat = “1”;
After i run program
but summary row does not appeare
Where i am wrong?
Best regards
Fedir
Imported from legacy forums. Posted by Fedir (had 1816 views)