Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    ListGrid.selectionAppearance:"checkbox" extra fetch when de-selecting

    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:

    Code:
    isc.ListGrid.create({
        ID:"dsListGrid", 
        width: "100%",
        height: "100%",
        autoFetchData: true,
        dataSource: "supplyItem" ,
        selectionAppearance: "checkbox"
    });
    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.

    #2
    reproducible also with latest build:
    SmartClient Version: v11.1p_2017-07-09/AllModules Development Only (built 2017-07-09)

    Comment


      #3
      Thanks for the notification. We'll take a look

      Regards
      Isomorphic Software

      Comment


        #4
        A fix has been applied to SC 11.1p and newer branches. It will be in the nightly builds dated 2017-07-20 and beyond.

        Comment


          #5
          SmartClient Version: v11.1p_2017-08-27/Enterprise Development Only (built 2017-08-27)

          I can confirm it's fixed, thank you very much.

          Comment

          Working...
          X