DayPilot.Gantt.onAfterRender

Declaration

onAfterRender(args)

Parameters

  • args.isCallBack - true if this is an update after a server-side CallBack (ASP.NET WebForms, ASP.NET MVC)
  • args.data - custom data sent from the server side using Update() method (ASP.NET WebForms, ASP.NET MVC)

Notes

This event is called after the scheduler set is updated.

  • After the control initialization (initial page load).
  • After PostBacks (ASP.NET WebForms).
  • After CallBacks (ASP.NET WebForms, ASP.NET MVC)