I am using the Kendo Grid for desktop and mobile. The "No Records To Display" message displays under the header of the grid when using mobile. I found this was because the _renderNoRecordsContent is looking to append the message on the parent element of the table. On mobile, the parent element is a scrollable container, not ".k-grid-content". Is there a reason we looking specifically for and appending the message on the closest ".k-grid-content"?