[Grid] No records template not centered when there are locked columns #5275
Labels
C:Grid
Enhancement
New feature of an existing functionality or an improvement of an existing functionality.
FW:Angular
Issue related to kendo-angular
FW:jQuery
Issue related to kendo-jquery
Is your feature request related to a problem? Please describe.
When the Grid has locked columns, the "No records" template is not centered anymore, as it is rendered in the scrollable section:
https://dojo.telerik.com/lebzOZIF
https://stackblitz.com/edit/angular-qdn74kgy?file=src%2Fapp%2Fapp.component.ts
Describe the solution you would like to see implemented
We can consider rendering the No Data template outside of the data tables (and/or omit rendering these tables altogether when there is no data present).
Describe the alternatives you have considered
As a workaround in the current state, the "locked" state of the columns can be toggled dynamically.
Possibly related to another logged enhancement - #5250
The text was updated successfully, but these errors were encountered: