SmartClient Version: v13.0p_2022-11-24/AllModules Development Only (built 2022-11-24)
I see it's fixed, thank you very much
Announcement
Collapse
No announcement yet.
X
-
Hello, any news? I see it's still present in yesterday's build.
Leave a comment:
-
Hi Blama and Claudio
We have a developer working on this issue and will follow up when we have a resolution
Regards
Isomorphic Software
Leave a comment:
-
Hi Isomorphic,
I can reproduce in v13.0p_2022-11-05 (unexpected fetch after change to itemName), but not in v12.1p_2022-11-05 (FF 106 on Win10).
Best regards
Blama
Leave a comment:
-
fetch after update on previously sorted grid
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.Code:isc.ListGrid.create({ width: "100%", canEdit:true, sortField:"itemName", height: "100%", autoFetchData: true, dataSource: "supplyItem" });Tags: None
Leave a comment: