We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Set Font Size of 'Items Per Page' in Page Selector of Grid

Sir, I have tried every combination of class and style that is associated with this DOM element, but no luck

How do I set the font size of the number of pages in the Page footer of the ejs grid. See Picture. 

In the picture the font size is much bigger than the font size of the page number. How do I set it?



3 Replies

TS Thavasianand Sankaranarayanan Syncfusion Team November 25, 2019 06:42 AM UTC

Hi James, 

Greetings from Syncfusion support. 

We can change the style of pager using the below CSS styles 

Refer the below code example. 

[app.component.css] 

    .e-grid .e-pager, .e-grid .e-pager .e-pagerdropdown .e-input { 
        font-size: 17px; 
    } 
 


We have prepared a simple sample in the following stackblitz link. 


Refer the help documentation. 


Regards, 
Thavasianand S. 



JA James November 25, 2019 08:47 AM UTC

I'm sorry but that does not work. Your solution sets the font size of every thing in the page section, except the number of pages numeral. See screenshot

I need to change the font size of the numeral '20'

Please see the screen shot attached

Attachment: 20_Itemes_Per_Page_1fc8f5f4.zip


TS Thavasianand Sankaranarayanan Syncfusion Team November 26, 2019 06:24 AM UTC

Hi James, 

Thanks for your update. 

We can achieve your requirement by applying the below CSS styles. 


.e-grid .e-pager .e-pagerdropdown .e-input { 
        font-size: 20px; 
    } 

  
Refer the below screen shot. 

 

We have modified the sample in the following stackblitz link. 


Regards, 
Thavasianand S. 


Loader.
Live Chat Icon For mobile
Up arrow icon