The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I need to detect when grid with data is displayed on the page. I've checked grid events but not found any fired when the grid is displayed on the page.
MFMohammed Farook J Syncfusion Team October 18, 2018 12:02 PM UTC
Hi Robert,
Thanks for contacting Syncfusion support.
From your query we found that you want to trigger any Grid event after the initial Grid rendering. So we suggest you to use dataBound event of the Grid to achieve your requirement. This event triggers when data is populated to the Grid.