Hi Peter,
Windows 7 professional SP1 in IE9, FF, chrome and safari.
jQWidgets v2.4.2 (2012-Sep-12)
Using the demos/jqxgrid/refreshdata.htm :
…
// create data grid.
$(“#grid”).jqxGrid(
{
width: 670,
height: 300,
source: dataAdapter,
theme: theme,
columns: columns
});
alert($(“#grid”).jqxGrid(“getvisiblerows”)); // returns undefined
alert($(“#grid”).jqxGrid(“visiblerows”)); // returns an array of 11 objects
// init buttons.
…
Thanks,
gvv