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

cannot override paging display

2 Answers 86 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Graeme
Top achievements
Rank 1
Graeme asked on 27 Jun 2016, 10:51 AM

Hi,

I cannot for the life of me seem to override the grid paging when display is set to none at smaller screen sizes

I have even copied the exact selector and it still doesn't work! see attached image.

Thanks, Graeme

2 Answers, 1 is accepted

Sort by
0
Dimiter Topalov
Telerik team
answered on 27 Jun 2016, 01:49 PM
Hello Graeme,

You will need a greater selector specificity, e.g.:

.k-grid-pager.k-widget .k-pager-info {
    display: block;
  }

I hope this helps.

Regards,
Dimiter Topalov
Telerik
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
0
Graeme
Top achievements
Rank 1
answered on 27 Jun 2016, 02:16 PM

Hi,

My specificity was actually fine. I was doing "display: normal" .... which isn't actually a valid display value so it was getting overridden... doh! plums

Sometimes it just takes someone else to have a look a point out the obvious!!

Thanks, Graeme

Tags
Grid
Asked by
Graeme
Top achievements
Rank 1
Answers by
Dimiter Topalov
Telerik team
Graeme
Top achievements
Rank 1
Share this question
or