Hello,
I have RadGrid with fixed height (let's say 300px) and paging enable.
Layout of the pager is Ok when there are enough rows to fill PageSize (i.e. when PageSize 10 and there are 10 rows on the page, it's Ok). But when there are less rows than PageSize (e.g. 5 rows when page size is 10), the pager renders just under the last row instead of the most bottom of the grid.
To illustrate:
Here is what I see when there are enough rows:
--------------top of the grid
|row1
|row2
|...
|row10
|pager (1 2 3 ...)
--------------bottom of the grid
>>>>>> OK
Here is what I see when there are less rows than PageSize:
--------------top of the grid
|row1
|row2
|row3(last row on page, but PageSize is 10)
|pager (1 2 3 ...)
|
|
--------------bottom of the grid
>>>>>> NOT OK, WANTED:
--------------top of the grid
|row1
|row2
|row3(last row on page, but PageSize is 10)
|
|
|pager (1 2 3 ...)
--------------bottom of the grid
Can it be fixed? Maybe the question is dumb and I'm just missing some property to be set, but I could not find it so far.
Thanks in advance.
I have RadGrid with fixed height (let's say 300px) and paging enable.
Layout of the pager is Ok when there are enough rows to fill PageSize (i.e. when PageSize 10 and there are 10 rows on the page, it's Ok). But when there are less rows than PageSize (e.g. 5 rows when page size is 10), the pager renders just under the last row instead of the most bottom of the grid.
To illustrate:
Here is what I see when there are enough rows:
--------------top of the grid
|row1
|row2
|...
|row10
|pager (1 2 3 ...)
--------------bottom of the grid
>>>>>> OK
Here is what I see when there are less rows than PageSize:
--------------top of the grid
|row1
|row2
|row3(last row on page, but PageSize is 10)
|pager (1 2 3 ...)
|
|
--------------bottom of the grid
>>>>>> NOT OK, WANTED:
--------------top of the grid
|row1
|row2
|row3(last row on page, but PageSize is 10)
|
|
|pager (1 2 3 ...)
--------------bottom of the grid
Can it be fixed? Maybe the question is dumb and I'm just missing some property to be set, but I could not find it so far.
Thanks in advance.