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
165
Fixed and Unfixed columns are miss aligned on scrolling down with keyboard in chrome and other broswers
posted

I have integrated the Ignite Ui grid in my application and due to large data set i have turned on "virtualization" with "continuous"   mode. And i have a fixed column and some unfixed columns when i scroll down using keyboard down key at some point  the grid misaligned  the fixed and unfixed rows for a while and then become aligned them after some iterations and this  misalignment repeat it self after some iterations until  the grid is scrolled to the last row. This issue was mentioned in  "known issues and limitation" page of ig grid documentation but there was mentioned that this will produced only in IE 9 and higher version and i  am facing this issue in every browser. A workaround was also mentioned there that by setting the " syncRowHeights "  property to false  in "columnFixing" object and adding some css for rows "td" will resolve the issue but when i set " syncRowHeights " to false and adding the css then misalignment for rows starts even earlier  the link for this is issue on known issues and limitation page is "http://www.igniteui.com/help/iggrid-known-issues#misalignment-ie9".


 

Parents
No Data
Reply
  • 23953
    Offline posted

    Hello Jahanzaib,

    I cannot replicate your issue on my side. Do you have a sample which replicates the issue that I can look at? Also can you tell me what is the Ignite UI version that you're using. To get the version execute the following code in your browser's console:

    $.ui.igGrid.version

    Thanks in advance,
    Martin Pavlov
    Infragistics, Inc.

Children