This is a migrated thread and some comments may be shown as answers.

How to show pagination box as vertical in kendo-grid

3 Answers 244 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mahesh
Top achievements
Rank 1
Mahesh asked on 18 Mar 2016, 12:37 PM

I alter css and rotated vertically, but how to keep the position always to right side of the grid

Stack Overflow question

 

 

 

3 Answers, 1 is accepted

Sort by
0
Radoslav
Telerik team
answered on 22 Mar 2016, 08:13 AM
Hello Mahesh,

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!
 
0
Mahesh
Top achievements
Rank 1
answered on 04 Apr 2016, 07:14 AM

Updated stackoverflow 

http://stackoverflow.com/questions/36080711/how-to-show-pagination-box-as-vertical-in-kendo-grid/36396390#36396390

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!
 
Tags
Grid
Asked by
Mahesh
Top achievements
Rank 1
Answers by
Radoslav
Telerik team
Mahesh
Top achievements
Rank 1
Share this question
or