Reputation: 3066
How to align the Kendo UI Grid toolbar buttons in righthand side.
Upvotes: 5
Views: 10319
Reputation: 40887
Add the following CSS style:
.k-grid-toolbar a {
float:right;
}
See it here: http://jsfiddle.net/OnaBai/W42wK/
Upvotes: 9