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
20
Can igGrid Remote Summaries be calculated/provided client-side?
posted

I was wondering if it is possible to calculate client side column summary values to be displayed in the Data Grid Summaries?   I have only seen an example of using ASP.NET, but I am working with the jquery version of the controls.   In my use case, I actually already have a set of precalculated summary values I'd like to show (includcing custom calculations, such as Std Deviation).

I would like an example to how to present such data client side.

  • 18204
    Offline posted

    Hello Chad,

    Thank you for posting in our forums!

    I understand that you have data coming from the server that has your summary information already calculated.

    In order to display this data, I recommend you use Custom Summaries to return your pre-calculated data for the summary row.

    Let me know if I may be of further assistance.