I need to set an custom empty message for the pager in a listview. We are binding using data-attributes. I think the data- for the empty message would be something like this, but this isn't working
<div id="pager-#= data.tabId #" class="activity-pane-pager k-pager-wrap" tabindex="0"
data-role="pager"
data-bind="source: dataSource"
data-messages-empty="test message" >
</div>
Can you tell me what this should be? Thanks!