Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
945
igGrid Paging Dropdown CSS
posted

I am trying to change how big the font size is for the page list drop down box that allows you to change how many pages are displayed in the grid. I've tried almost every single option on the theming section of the help for the igGrids but none of them are working.

Can someone please let me know what class or id I would need to reference to make this change and maybe an example?

Parents
No Data
Reply
  • 25665
    Verified Answer
    Offline posted

    Hello Rajasri,

    Thank you contacting Infragistics!

    The class you are looking to make the change to is “ui-iggrid-pagesizedropdown” in the Infragistics.css file that is in the css/structure folder. For example:

    /*dropdowns in grids*/ .ui-iggrid .ui-iggrid-pagesizedropdown.ui-state-default, .ui-iggrid .ui-iggrid-pagedropdowncontainer.ui-state-default {     background: #fff none;     font-size: x-large;   }

    http://www.w3schools.com/cssref/pr_font_font-size.asp

    Please let me know if you have any further questions concerning this matter.

Children