Hi, I am looking for sample code that create a summary row of an UltraGrid. I am learning C#, please help.
Thanks,
private void ultraGrid1_InitializeLayout(object sender, Infragistics.Win.UltraWinGrid.InitializeLayoutEventArgs e) { UltraGridLayout layout = e.Layout; UltraGridOverride ov = layout.Override; ov.SummaryFooterCaptionVisible = DefaultableBoolean.False; }
Anybody help me????????
Please, plaese...
Hi Mike,
I have a problem,
I want to hide or remove Footer Summary of Group, chosen area, but Grand Summaries and Group Header Summary will show,
I use UltraWinGrid, Thank you,
Can you help me.
Thanks for your help.
ICustomSummaryCalculator and UltraCalcManager are two totally different approaches. You certainly don't need both.
UltraCalcManager is a component. You add it to the form from the toolbox like you would any other component or control.
But really, the external summary is the easiest way to go.