SmartClient Version: SNAPSHOT_v13.1d_2023-08-23/AllModules Development Only (built 2023-08-23)
SmartClient Version: v13.0p_2023-08-23/AllModules Development Only (built 2023-08-23)
Chrome on MacOS
Hello, under some circumstances, grid.deselectAllRecords() triggers a fetchData.
You may try it in the showcase, showcaseApp sample. Please modify the savebtn of the editForm, so that in the saveData callback it calls itemList.deselectAllRecords():
then edit a record, save it, and in the RPC tab you'll see a fetch after the update.
SmartClient Version: v13.0p_2023-08-23/AllModules Development Only (built 2023-08-23)
Chrome on MacOS
Hello, under some circumstances, grid.deselectAllRecords() triggers a fetchData.
You may try it in the showcase, showcaseApp sample. Please modify the savebtn of the editForm, so that in the saveData callback it calls itemList.deselectAllRecords():
Code:
{name:"savebtn", editorType:"ButtonItem", align:"center", width:100, colSpan:4, title:"Save Item", click:"editForm.saveData('itemList.deselectAllRecords()')"}
Comment