Hi,
i would like to Show the summay for a specific row per Default, not after the user clicked on the column and check the "sum"
The grid is just bound to a inumerable - not to a ultradatasource.
Is this possible.
Regs Uwe
Hi Uwe,
You can refer to the below code for adding summary rows programmatically. In your InitializeLayout() method you can do something like this to add “Sum” type summary by default.e.Layout.Bands[0].Summaries.Add("sumarryKey", SummaryType.Sum, e.Layout.Bands[0].Columns["Column1"]);
Please let me know if you have any questions.
Sincerely,Sahaja KokkalagaddaAssociate Software Developer, Windows Formshttp://ko.infragistics.com/