Hi Isomorphic,
please see this modified sample (v11.1p_2018-11-01, includes locale in link, show context menu of ListGrid to see that it is working).
The decimal separator is ".", even though it should be ",". This is also true when editing data:
This is from getlocalization:
Best regards
Blama
please see this modified sample (v11.1p_2018-11-01, includes locale in link, show context menu of ListGrid to see that it is working).
Code:
isc.ListGrid.create({ ID:"dsListGrid", width: "100%", canEdit:true, //added height: "100%", autoFetchData: true, dataSource: "supplyItem" });
This is from getlocalization:
Best regards
Blama
Comment