Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Content Freeze

As of July 25th, 2023, there is a content freeze on this page.

This method redisplays a specified row previously hidden with hideRow() at runtime.  It is useful in presenting rows dynamically.

Parameters:

  • rrn -  relative record number of the row to show, 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:

// show the first row
getObj("Grid1").grid.showRow(1);

This function first appeared in Profound UI 6.7.0

  • No labels