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

Pager with next/prev text, no icons.

1 Answer 245 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Son Nguyen
Top achievements
Rank 1
Son Nguyen asked on 25 Jan 2013, 07:20 PM
I cannot figure out how to (w/out hacking at the css styles), configure the pager to use the text rather than the icon/button images for the next and previous buttons. 

The following is used to setup the messages, which I can inspect the elements and see that the text is updated correctly, but how do I make it so that the pager uses the text rather than the icons? 

        messages: {
            display: "{0}-{1} of {2} total accounts",
            empty: "No accounts to display",
            first: "First",
            last: "Last",
            next: "Next",
            previous: "Previous"
        }

Thanks

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 29 Jan 2013, 11:31 AM
Hi Son,

Actually this is a border not icon/image. Hence in order to achieve the desired outcome you could remove such border using CSS. For example: 
.k-pager-wrap > .k-link {
    border: none;  
}
Let me know if this helps.
 
Regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Son Nguyen
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or