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;
This topic is archived.
ActiveWidgets is a javascript library for creating user interfaces. It offers excellent performance for complex screens while staying simple, compact and easy to learn. Deployed by thousands of commercial customers in more than 70 countries worldwide.
Copyright © ActiveWidgets 2021