SmartClient Version: v13.0p_2022-11-05/AllModules Development Only (built 2022-11-05)
Chrome on MacOS
Hello, please modify the fetchOperationFS sample like this:
if you try to edit a record, and change an itemValue, after the update there will be a fetch on the unsorted grid.
Chrome on MacOS
Hello, please modify the fetchOperationFS sample like this:
Code:
isc.ListGrid.create({ width: "100%", canEdit:true, sortField:"itemName", height: "100%", autoFetchData: true, dataSource: "supplyItem" });
Comment