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
350
WebDataGrid grid line not aligned when windows fonts DPI scale set to 125%
posted

When the note book fonts DPI scale to 125% it cause a problem, please view below picture:

when windows fonts DPI scale is set to 125%, the grid line is not aligned, but use the window default DPI 100% or set to 150%, the result are well, no problem, 

please help, thanks a lot.

Sample source have been uploaded as attachment.

WDG_WindowFontsDPIScaleProblem.rar

My environment setting is:
Infragistics4.Web.v17.2
windows 10
chrome version: 63.0.3239.84
IE version: 11.125.16299.0
IE & chrome browser zoom are 100%

Parents
  • 16310
    Offline posted

    Hi,

    Removing the left border in the first children resolves the issue and has almost no impact on the overall look of the grid layout. I suggest removing those styles:

    tbody.igg_Item > tr > td:first-child {

    border-left: solid 1px #b2b2b2;

    }

     

    th.igg_HeaderCaption:first-child {

    border-left: solid 1px #b2b2b2;

    }

    Please let me know if this solution is not feasible for you.

Reply Children