Hi,
we want to use the grid with virtual scrolling enabled and aggregates in footers and group-footers. Our DataSource is a local Javascript array.
The Problem is:
The aggregate values change while scrolling down the grid. The values reflect the content of the visible selection.
We want to freeze these aggregate values so they are the same as virtual scrolling would be disabled.
Is this possible?
The only solution that comes to my mind is that we fake server-side aggregates like in this example: http://jsfiddle.net/knWcJ/74/
But is there a simpler way?
Thanks for helping!
Tilo
we want to use the grid with virtual scrolling enabled and aggregates in footers and group-footers. Our DataSource is a local Javascript array.
The Problem is:
The aggregate values change while scrolling down the grid. The values reflect the content of the visible selection.
We want to freeze these aggregate values so they are the same as virtual scrolling would be disabled.
Is this possible?
The only solution that comes to my mind is that we fake server-side aggregates like in this example: http://jsfiddle.net/knWcJ/74/
But is there a simpler way?
Thanks for helping!
Tilo