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?
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 KiryuDeveloper support EngineerInfragistics
Hi Tatsushi Kiryu
I using Chrome Version 58.0.3029.110 (64-bit) on OS Linux mint 18 mate
I uploaded code to jsfiddle: http://jsfiddle.net/dbL9rhcu/2/
My data contain \n (newline), so I think errors happen. Can you review it?
\n