When used lock to fixed table, if data is so many, table can do scroll. the last tr for lock will be truncated. This cannot be displayed.

Angular version is 6.1.10 and @progress/kendo-angular-grid is 3.13.1
I solved the problem, please close this, thanks.
@tsvetomir Oh, the problem still exists, it appeared in other table when used lock
@jiangen1016 Can you please share a runnable example to help us reproduce the issue?
@tsvetomir When I used locked property for two kendo-grid-column at the same time. They will be happen
The demo for Locked Columns applies locked to two columns. I don't see the issue there.
Can you for the demo on StackBlitz and modify it to match your scenario more closely?
Hi, @tsvetomir. Thank you for you remind me. I reappear this issue on stackblitz. And you can see example for truncated If grid data is remote, (I used setTimeout to simulate this), and kendo-grid not to set height. there will be truncated. In my project has many table used lock and data is remote, they did not set the height.
Do not just two for lock, just one, they will be truncated also.
Fixed in latest dev version.
Yes, that is working. Thanks
Still an issues under these conditions:
[kendoDataBinding] and pageable='true' adds to the issue@ipeshev & @tsvetomir, definitely an issue related to no defined height on the grid. Do you have a demo / better method of dynamic grid height?
@kdubious https://www.telerik.com/kendo-angular-ui/components/grid/advanced-features/responsive/#toc-height this is the only way by now, but there is catch with setting height this way that comes from CSS itself.
Fixed in v3.14.2
Still broken in the case described by @kdubious - sorry!
@kdubious
The problem should be fixed in the latest dev version:
https://stackblitz.com/edit/angular-a3taqs?file=app/app.component.ts