Hi Peter,
My question is: When the source has, for example, 4 items and the grid height is not auto the lines of the grid after that first 4 rows will not be alternate.
Imagine a grid with:
height: 700px,
altrows: true,
source: mysource // the source have 4 rows
In this situation the “altrows” will work for the first 4 rows/div, but for the rest of the div’s (the div’s without data) the “altrows” property will not work.
When the virtual mode is true, you can set the property “showemptyrow” to true, but when virtual mode is false, the empy rows will not appear.
Thanks for the feedback.