Generally this is not supported functionality in the kendo grid. However in your case you can position the pager on the right side using the left and top css styles. For example:
.k-pager-wrap {
transform: rotate(90deg);
left: 400px;
top: -353px;
}
This will work only for a certain grid’s setup. On the following link I created a small example which demonstrates it: http://dojo.telerik.com/akuqU/2
I hope this helps.
Regards,
Radoslav
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Actually my requirement is user can drag and drop grid at any place in the page.
0
Radoslav
Telerik team
answered on 05 Apr 2016, 07:11 AM
Hi Mahesh,
In case with drag and drop grid on the page you need manually to calculate its position and change the left and top position of the pager element with JavaScript. Please give it try and let me know if you have additional help.
Regards,
Radoslav
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!