Hi Syncfusion support,
I am learning to use the SEO layout. Now I am planning to make sidebar toggle, which works well anyway, except that the dashboard layout as the content couldn't fit the correct width responsively while the sidebar extends or shrinks. Part of the content was pushed outside the right border of the browser window, which really annoys me. The only way I can figure out is to add
Changed="@(()=>this.DashboardInstance.Refresh())"
in the EjsSidebar tag, but the presentation is somehow ugly since the Dashboard stand still until the Sidebar have finished the movement, which makes the whole animation into two phases separately. That would gives users bad UI experience.
Could you please help me to find someway to make the DashboardLayout animate simultaneously while the Sidebar toggles? I expect to use the toggleable SEO layout smoothly. Thanks!
ps: I found that even in this way, the charts in dashbaord don't respond automatically too, unless I fresh them in the code together, does that mean I have to refresh all of the components by hand?