When our iggrid is displayed on a laptop screen with a resolution of 3200x1800 with scaling enabled on windows 8.1 we appear to have a scaling issue where the fonts used by the grid (in rows and headers) are larger than other fonts on the page.
The attached screen shot shows two views of our grid on two different screen resolutions.
The top snippet is on the high resolution screen, with scaling, the red highlight contains the correct font size. The grid's font is larger which is incorrect.
The bottom snippet is from a resolution where scaling is not required, notice that the font size used in consistent through out.
Any suggestions (apart from turning off scaling) welcome!
Any one ?
Hello Aidan,
Did you manage to resolve your issue? If you need further help, please let me know.
Regards,Tsanna
Hi
Thanks for chasing this!
The offending browser is an instance of IE11 created as a com object and used within a desktop application.
All browsers IE11 included rendered correctly.
The scaling settings was set to one notch off the top of the slider bar in the windows setting screen (windows 8 does not display values for each notch).
At the moment it looks like the cause was a style named 'table' that was setting 'font-size:small'
I would appreciate any comment as to how this could be occurring.
Also if infragistics has any "best practises" for creating scalable UIs I would appreciate a link.
Regards
Aidan