Hi, is there a way to position the paging dropdown of (under) grid to be located at the center ?
Unlike the one attached, which is moving just next to navigation page numbers (now it goes extreme left)
2 Answers, 1 is accepted
0
Accepted
Dimo
Telerik team
answered on 17 Mar 2014, 07:19 AM
Hi Madzie,
If you apply a center text alignment to the pager element, the page size block will center in the middle of the empty space between the next/last buttons and the right informational text block.
.k-grid-pager
{
text-align: center;
}
Regards,
Dimo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!