Ranga Reddy
Ranga Reddy

Reputation: 3066

How to align the Kendo Grid toolbar in righthand side

How to align the Kendo UI Grid toolbar buttons in righthand side.

Upvotes: 5

Views: 10319

Answers (1)

OnaBai
OnaBai

Reputation: 40887

Add the following CSS style:

.k-grid-toolbar a {
    float:right;
}

See it here: http://jsfiddle.net/OnaBai/W42wK/

Upvotes: 9

Related Questions