i have one grid with the following setting height :500px , pageSize: 10 scrollable: false & pageable: true
That grid contains 13 records.
means
first page contains 10 records and second page contains 3 records but on second page after 3 record , it displaying blanks area or white spaces on it.
is it possible to set automatically or dynamically height of grid according to number of existing records?
Please assist me to resolve this issue.
Thanks in Advance.