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.
BSBalaji Sekar Syncfusion Team February 25, 2020 07:07 AM UTC
Hi Neider,
Thanks for contacting us.
Before providing a solution, could you please share the list of Syncfusion controls used in that page?, so that we can provide appropriate events based on the controls.
Regards,
Balaji Sekar.
NENeiderFebruary 27, 2020 04:30 PM UTC
I'm using 4 grid controls and 1 tab control, and I have a javascript method that loads the information of all grids, so for that reason, I need to know the time when all grids are created in order to call the javascript method and populate all grids. Thanks
GRGokul Ramalingam Syncfusion Team February 28, 2020 12:31 PM UTC
Hi Neider,
Thanks for your update.
Query: I need to know the time when all grids are created in order to call the javascript method ?
Based on your query we suspect that you need to call a javascript method after the Grid control is rendered. We suggest you to use the created event of Grid. Created event triggers when the component is rendered. In this event you can call the javascript method. Please refer to the below code snippet for more information.