Вопрос

How can I change the style of first prev next last button in Telerik Grid. In nopCommerce I see text for this buttons but on admin site I see images (|< < ... > >|). I wonder how to change text to images for this controls? Thank you for the answers.

Not wanted text prev next buttons

Wanted image prev next buttons

Это было полезно?

Решение

I forgot to include this code at the bottom of view file:

@(Html.Telerik().StyleSheetRegistrar()
    .DefaultGroup(group => group
        .Add("telerik.common.min.css")
        .Add("telerik.vista.min.css")
        .Add("telerik.rtl.min.css")
        ))
@(Html.Telerik().ScriptRegistrar()
    .jQuery(false)
    .jQueryValidation(false)
    )

Now I see Telerik graphics correct.

Best Regards

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top