Programmatically Refresh Layout in ASP.NET Core Scheduler
In Scheduler, we can able to refresh the layout manually without re-render the DOM element by using the refreshLayout public method. The following example code explains to know how to use the refreshLayout method.