when there are no records are available to display it should show a custom message in the grid, the message is getting displayed with kendo-grid-message but I'm not able to change its styles
Code:
<kendo-grid-messages
[style]="{'background-color':'#666', 'height':'500px','width':'100%'}"
[class]="no-data"
noRecords="There are no items to display.">
</kendo-grid-messages>
plunker: https://plnkr.co/edit/iGLJ06zRVYWDYedAtsDW?p=preview Reference: I'm using the following example for styling of Kendo Grid. URL: https://www.telerik.com/kendo-angular-ui/components/grid/styling/#toc-customizing-column-styles Thanks