How can I set the summary row on a fixed position (below the body)? [message #987596] |
Tue, 27 November 2012 04:57  |
Eclipse User |
|
|
|
Is it possible to set the summary row fixed below the body grid the same way as the header column (and filter) are at the top of the grid.
So that you don't have to scroll all the way down to the summary row to see it?
If it is possible, does anyone have an example for that?
Or is it possible to create an footer layer and put this in a grid layer of 2 by 3? And if it is, does anyone has an example for that?
|
|
|
|
Re: How can I set the summary row on a fixed position (below the body)? [message #988359 is a reply to message #987596] |
Thu, 29 November 2012 10:11  |
Eclipse User |
|
|
|
In principle, there is nothing that would prevent you from making a "longer" CompositeLayer and adding a footer row layer. The class "ColumnHeaderLayer" could serve as an example. It's not very exciting: basically it's just a DimensionallyDependentLayer with some additional listeners, command handlers, etc. that you can leave out if you don't need them. You probably want to invent a new grid region constant, but the group by support does the same, so there shouldn't be a problem there. The grid would look like:
CompositeLayer
HeaderLayer
ViewPortLayer
FooterLayer
Make sure you copy the appropriate configuration code from the GridLayer class.
[Updated on: Thu, 29 November 2012 10:12] by Moderator
|
|
|
Powered by
FUDForum. Page generated in 0.07018 seconds