I am experiencing a strange issue where there is a random extra digit in the pager. See screenshot.
Also here is the html generated if that helps.
There appears to be a random UL with class='k-pager k-reset k-numeric' in the page? Any ideas.
I have added a second pager to the page via
and that one is fine.
Also here is the html generated if that helps.
<div class="k-pager-wrap k-grid-pager" data-role="pager"><ul class="k-pager k-reset k-numeric"><a class="k-link k-state-disabled" title="Go to the first page" href="#" data-page="1"><a class="k-link k-state-disabled" title="Go to the previous page" href="#" data-page="1"><ul class="k-pager-numbers k-reset"><a class="k-link" title="Go to the next page" href="#" data-page="2"><a class="k-link" title="Go to the last page" href="#" data-page="3"><span class="k-pager-info k-label">1 - 10 of 28 items</span></div>There appears to be a random UL with class='k-pager k-reset k-numeric' in the page? Any ideas.
I have added a second pager to the page via
$("#somepager").kendoPager( { dataSource: gridDatasource });and that one is fine.