Hi there,
when using a Grid with a multicolumn header which is locked, the layout breaks on horizontal scolling.
This behavior appears since Telerik UI Version 4.6 and also remains in 5.0.
See REPL sample below (just use horizontal scroll)
https://blazorrepl.telerik.com/wRPvclYX432myApT30
When switching to Version 4.5 the grid acts as expected.
One more interesting thing I observed is, if you resize the column at runtime (for the verions 4.6 and 5.0) the grid also acts as expected.
Feels like there is some refresh or initial rerendering of the component missing.
Any ideas on that?