Hi, I am trying to figure if it is possible to change the style of the paging buttons.
I using the Boostrap theme and it looks like that :
and I want to make it like this:
it is possible? which changes do I need to do on CSS?
1 Answer, 1 is accepted
0
Konstantin Dikov
Telerik team
answered on 30 Nov 2021, 09:36 PM
Hello Daniel,
For such customization it is our recommendation to inspect the rendered DOM elements and use the added class names as selectors. Nevertheless, here is a CSS for changing the styles close to your requirement:
The ColumnMenu renders standard buttons and DropDownList, so you can inspect them outside of the Grid to see what class names are rendered in the elements. Then, you can use those class names as selectors to customize them with CSS. For example, the following selectors can be used for customizing the buttons: