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?