Is it possible to implement a custom UltraGrid Summary dialog?
Yes, what you do is handle the BeforeSummaryDialog event and set e.Cancel to true. This prevents the default dialog from displaying and you can show your own dialog, instead.