Creates a reference to the RecordsetNavbar script object to call methods or set properties for record navigation with the Grid control.
Syntax
object.getRecordsetNavbar()
Parameters
object
A Grid script object
Example
objRecordsetNavbar = grid1.getRecordsetNavbar();
objRecordsetNavbar.updateOnMove = false; //Sets the updateOnMove property off