Announcement

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

    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:

    Code:
    isc.ListGrid.create({
        width: "100%",
        canEdit:true,
        sortField:"itemName",
        height: "100%",
        autoFetchData: true,
        dataSource: "supplyItem"
    });
    if you try to edit a record, and change an itemValue, after the update there will be a fetch on the unsorted grid.

    #2
    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

    Comment


      #3
      Hi Blama and Claudio
      We have a developer working on this issue and will follow up when we have a resolution

      Regards
      Isomorphic Software

      Comment


        #4
        Hello, any news? I see it's still present in yesterday's build.

        Comment


          #5
          SmartClient Version: v13.0p_2022-11-24/AllModules Development Only (built 2022-11-24)

          I see it's fixed, thank you very much

          Comment

          Working...
          X