Unplanned
Last Updated: 16 Sep 2021 11:20 by ADMIN
louis
Created on: 24 Oct 2016 11:56
Category: Kendo UI for jQuery
Type: Feature Request
6
Implementation of No Records template for UI ListView
Having this ability would be very useful, as the current solution from an angular standpoint is targeting the listviews before state using CSS:

   [kendo-list-view]:empty:before {
        content: '{{$ctrl.noResultsCaption}}';
        display: block;
        text-align: center;
        padding-top: 5px;
    }
1 comment
louis
Posted on: 24 Oct 2016 13:31
In hindsight... I would've posted this in:
http://kendoui-feedback.telerik.com/forums/127393-kendo-ui-feedback/category/170328-listview