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
265
Only a row show when using virtualization mode with japanese data in grid
posted

I use igGrid with virtualization mode following config

$('#grid').igGrid
  dataSource: self.dataFileCluster
  primaryKey: "rowID"
  dataSourceType: "json"
  responseDataKey: "results"
  virtualization: true
  virtualizationMode: "continuous"
  avgRowHeight: "30px"
  height: '600px'
  autoGenerateColumns: false
  columns: new_columns
  width: '100%'
  defaultColumnWidth: '160px'
  autoCommit: true
  scrollSettings:
     smoothing: true

It work perfect for english data, but gird show only a row for japanese data

I don't know why it happen. Can you investigate it?

Parents
  • 195
    Offline posted

    Hello Bui Hien,


    Thank you for contacting Infragistics Developer Support.


    I'm attaching a sample that has igGrid with almost the same configuration you gave me.

    I've tested it in IE 11, Chrome 58, Firefox 53, and Microsoft Edge 40.
    But I haven't been able to reproduce it so far.

    Could you please take a look at it?


    By the way, could you tell me about your environment the symptom is happening.
    - OS
    - Browser
    - Ignite UI build version (It is like 16.2.20162.XXXX. It is commented in Infragistics.core.js)


    Best regards,
    Tatsushi Kiryu
    Developer support Engineer
    Infragistics

    igGrid-sample.zip
Reply Children