Hi,
I have a gridview, where I am using PagerTemplate for pagination. The issue is that, If there are only 3 records in the gridview and when I select the
PageSize=3 from the dropdownlist of the pager. The gridivew shows 3 records but at the same time the pager gets disappear.
I dont want the pager to get disappera. Please see the code for your ref:-
<PagerStyle ForeColor="#e3e3e3"
BackColor="#e3e3e3" CssClass="grid-pagi" />
<PagerTemplate>
<table runat="server" id="testTable1" style="width: 100%" class="k-grid td">
<tr>
<td class="col-md-7 pull-left">
<asp:Label ID="MessageLabel"
Text="Select a page:"
...
Go to the complete details ...