LoadEventArgs
12 Sep 20251 minute to read
Properties
requireTemplateRef boolean
- If
requireTemplateRefis 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.