Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
920
Customize which summaries allow to each column
posted

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

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    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.

     

Children
No Data