Skip to content

PrintParams

Since v1.4.0

Parameters for a specific print operation

PropertyTypeDescription
orientation?PrintOrientationOverride page orientation for this print
title?stringOverride title for this print
warnThreshold?numberOverride warn threshold for this print (0 = no warning)
maxRows?numberOverride max rows for this print (0 = unlimited)
isolate?booleanPrint in an isolated window (default: false)

Print in an isolated window (default: false)

When true, opens a new window containing only the grid and prints that, excluding any other page content. Useful when:

  • The page has complex layouts that interfere with print
  • You want to print only the grid without surrounding UI
  • The grid is embedded in an application with navigation, sidebars, etc.