Hello,
I have a strange problem with Grid control from latest updates.
There is a Grid with 100% width, twenty columns generated in the OnInitialized method of the blazor component all with a set width (e.g. 120, 150, ..).
The problem is that sometimes the Grid appears with all the columns stretched to stay inside the page width, instead of mantain the setted width and show the horizontal scrollbar.
I tried also setting AutoFit property to true but I got the same result.
Sincerely I can't figure out why sometimes works and sometimes doesn't work.
Thank you