This question is locked. New answers and comments are not allowed.
I'm using RadSplitter to split my web page into several sections of varying sizes and in each section, I'm using an MVC control (Grid or Tab). Unfortunately, I can't get these controls to occupy exactly 100% of vertical space allocated to them. For example, setting style="height: 100%" for a grid simply doesn't work (no effect), while setting it for t-grid-content takes a lot more than 100%, causing scroll bars to appear.
A secondary question I have is this: how can I ensure that the number of items per page in a grid always corresponds to the vertical space present in the grid? I'm asking because I don't want a fixed .Pageable(X) statement, but rather want something more adaptable so that users don't have to scroll within the grid itself.
Your help is very much appreciated!
A secondary question I have is this: how can I ensure that the number of items per page in a grid always corresponds to the vertical space present in the grid? I'm asking because I don't want a fixed .Pageable(X) statement, but rather want something more adaptable so that users don't have to scroll within the grid itself.
Your help is very much appreciated!