Search results

LoadEventArgs API in React Grid API component

Properties

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.