SmartClient Version: v11.1p_2017-07-05/Enterprise Development Only (built 2017-07-05)
Chrome on OSX
Hello, please try this test case in the #fetchOperationFS sample:
then select and then deselect a single record only, you'll notice a fetch every time you d-select.
If you select more than one record, and then deselect, you'll notice the extra fetch only when you deselect the last remaining record.
Chrome on OSX
Hello, please try this test case in the #fetchOperationFS sample:
Code:
isc.ListGrid.create({ ID:"dsListGrid", width: "100%", height: "100%", autoFetchData: true, dataSource: "supplyItem" , selectionAppearance: "checkbox" });
If you select more than one record, and then deselect, you'll notice the extra fetch only when you deselect the last remaining record.
Comment