3.2.0

Number of Visible rows in Grid

How to find number of visible rows in GRID.
Vimal
December 4,
var rowHeight = tbl.getRowHeight();
var visHeight = tbl.getContentHeight("center"); 
var rowCount = tbl.getRowCount();
var visRowCount = visHeight/rowHeight;
CK
December 14,

This topic is archived.

See also:


Back to support forum