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?
This did resolve the matter, thanks!
Hello Ryan,
I am following up to see if the information provided has resolved this matter.
Please let me know if I may be of further assistance with this matter.
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.