I have a porblem, when I load a csv
mygrid.load(“mio.csv”,“csv”);
because I have in a fileds accents, � � � � �
and I see ?
tanks
Please be sure that your page shown in the same encoding as data in your csv file.
Such issue may occurs when page and data using different encoding, and while rendering some char can’t be mapped to the related font element.