Gantt

Hi!

I would like to run an ajax event as soon as the gantt component finishes rendering the data.
Do you have an event that can be called?

Please, do you have a demo for me?

Thanks

Edson Tanaka.

3 Replies

JA Jesus Arockia Sankaran S Syncfusion Team January 30, 2020 10:33 AM UTC

Hi Edson, 
 
 In Gantt, DataBound event triggers once the Gantt was rendered. Please find the code snippet below, 
 
@Html.EJS().Gantt("Gantt").DataBound("DataBound").Render() 
  
<script> 
    function DataBound(args) { 
        alert("Gantt was rendered"); 
    } 
</script> 
  
We have prepared sample with DataBound event. Please find the sample from below link, 
  
Please get back to us, if you need any further assistance on this. 
 
Regards, 
Jesus Arockia Sankaran S 



ET Edson Tsuyoshi Tanaka January 30, 2020 10:52 AM UTC

Thanks.

That was what I wanted.

Regards,
Edson Tanaka.


JA Jesus Arockia Sankaran S Syncfusion Team January 30, 2020 01:17 PM UTC

Thanks for the information.

Loader.
Up arrow icon