Hi there,
As shown in the attached capture, In Japanese, the headers is garbled when saved configs and redisplayed. Is there a solution?
Before redisplay
After redisplay
Best Regards,
Kosuke Ogawa
Self-solve with the following methods!
loadConfig: function(gridId) { ... var url = "/DataGridComponentJp/rest/Configurations/... ... saveConfigHttpRequest: function(gridId, successMessage, errorMessage) { ... var url = "/DataGridComponentJp/rest/Configurations/... ... resetConfigHttpRequest: function(gridId, successMessage, errorMessage) { ... var url = "/DataGridComponentJp/rest/Configurations/...
If I change this to unicode, does this mean I will be able to view that datatype within the tables as well? Currently I am having issues as records with unicode hyphens are not displaying.