HelpBot Assistant

How can I help you?

LoadEventArgs

16 Mar 20261 minute to read

Properties

enableSeamlessScrolling boolean

Enables seamless scrolling in the grid virtualization feature to eliminate white space during fast scrollbar thumb dragging. If false, renders default scrollbar.

requireTemplateRef boolean

  • If requireTemplateRef is set to false in the load event, then the template element can’t be accessed in grid queryCellInfo, and rowDataBound events.
  • By default, React’s grid queryCellInfo and rowDataBound events allow access to the template element.
  • Avoid accessing the template elements in the grid queryCellInfo and rowDataBound events to improve rendering performance by setting this value as false.