Hello.
I'm using an UltraGrid and I would like to customize which summaries (average, sum, count, etc) are available for each column. I can't find out any way to do this, is it possible?
Also, if it is not very hard in the summaries dialog I'd like to hide the summaries which are not avilable (instead of disabling them).
Thanks,
Diego
Hi Diego,
I don't think the summary dialog gives you this much control. Beyond setting the AllowRowSummaries property, there's not much else you can do with the existing dialog.
For finer control, you would have to handle the grid's BeforeSummaryDialog event, set e.Cancel to true to cancel the built-in dialog, and then you could show your own dialog.