Karl Tiedt
2010-10-01 20:17:50 UTC
Hopefully there is a simple solution for this, nothing I thought would
work did... basically I have a DataGrid that uses onAfterRow (to avoid
formatter() x r*5 being called) to format the contents of specific
cells of each row...
The problem is, the grid is center region of a BorderContainer,
rowsPerPage = 25 (default IIRC) and onAfterRows (and even using a cell
formatter) STOPS at the 25th row... despite there being more on the
page (high resolution) is there a quick fix for this besides just
upping the rowsPerPage since that just hides the problem a little
better?
-Karl Tiedt
work did... basically I have a DataGrid that uses onAfterRow (to avoid
formatter() x r*5 being called) to format the contents of specific
cells of each row...
The problem is, the grid is center region of a BorderContainer,
rowsPerPage = 25 (default IIRC) and onAfterRows (and even using a cell
formatter) STOPS at the 25th row... despite there being more on the
page (high resolution) is there a quick fix for this besides just
upping the rowsPerPage since that just hides the problem a little
better?
-Karl Tiedt