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
135
subtotal in WebGrid
posted

Hello folks!

Is it possible to place a subtotal in an webgrid or ultrawebgrid like the following sample?...

 

number    name    price         article

---------------------------------------------------- 

1             text       102,22      x

2             text2      200,33     x

sum (x)                 302,55

3             text3      10,00       y

4             text4      30,00       y

sum (y)                 40,00

and so on...

 

Thanks! 

Parents
  • 28464
    posted

    We ship a great UltraWebGrid extension, called WebCalcManager, which takes care of simillar types of scenarios.

    I believe the best place to start would be our online samples browser located here:

    http://samples.infragistics.com/2008.1/webfeaturebrowser/ 

    and especially the Grid -> UltraWebCalc -> Grid Summaries example. You can find full source code of the example in the code tabs above the example.

Reply Children