Is there a workaround for this issue?
Hello, David,
Thank you for the details.
This is expected as the Grid is sized based on its container and initially this container has no width.
A possible workaround can be to force the component to re-render with this.forceUpdate when the Grid tab is opened.
Another option is to render the Grid only when the tab is opened, something like:
{thisTabIsVisible && <Grid/>}
Regards,
Stefan
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.