hideRow( rrn )





This method hides a specified row at runtime.  It is useful in presenting rows dynamically.

Parameters:

  • rrn -  relative record number of the row to hide, where 1 is the first row, 2 is the second row, etc.

*Row 1 refers to the original row number as written by the server-side program, and does not change when filters or sorts are applied.

Example:

// hide the first row getObj("Grid1").grid.hideRow(1);

This function first appeared in Profound UI 6.7.0