Unable to load csv data in chrome

Hi,

I’m loading csv file under grid. its working fine with all the browser but its not working in chrome?? any idea whats wrong with my code???

testpage

i also attached my code with csv file. Please check and let me know how to make this code working for chrome.

Thank you,
Ankit Patni
gridcsv.zip (169 KB)

Unfortunately the issue cannot be reconstructed locally.
Your demo works well in Chrome. Please, make sure that you are loading your web-page from any kind of web server.

we tested this on web servers also (Apache, IIS 7 and WAMP) still we are facing same issue. I guess DHTMLX Grid is not having support with cross browser when we use CSV.

Please check and let us know if any particular browser is required to test this we are using

IE - 9
Firefox - 18.0.2
Chrome - 24.0.1312.57
Safari - 5.1.7

Your demo works well in all pointed browsers.
Please, refer to the attached screenshots.
If issue still occurs - please, provide screenshots with the error.
csv.zip (307 KB)

this is the screen i’ll get when i load csv in chrome

kindly find the attached screenshot

Regards,
Ankit Patni


Unfortunately the issue still cannot be reconstructed locally.
Please, make sure that you are loading your page from any kind of web-server:
http://192.168.1.15/some_demo/page.html” - correct
http://localhost/some_demo/page.html” - correct

but not using the local path:
“file:///D:/my_project/demos/some_demo/page.html” - incorrect