The standard behaviour of a grid is to show rows that contain data and the rest of the grid is empty.
But I need to fill a grid with blank records.
Imagine a grid of 20 lines and only 2 rows of them has data.
The other rows should be blank and show the ROW-COLOR-PATTERN.
I tried to fill it with non-printable characters like x"00" or x"0a" but the grid still ends after the "non-blank" rows.
Is there a solution to my problem ?