Announcement

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

    Using canEdit=true, selectionType=multiple, editEvent=click at the same time in ListGrid

    Hi,

    I want to use these ListGrid props:
    canEdit="true", selectionType="multiple", editEvent="click"
    at the same time for a desireble flow where editing a single row will affect all the other selected.
    To emphasize, I want the multiple selection will remain while specific editable cell will be clicked to edit.

    This is the current situation:

    https://p12.f2.n0.cdn.getcloudapp.co...7.23.20+PM.mp4

    tnx in advance.

    #2
    You seem to be looking for selectionType:"simple", in which clicking on a row toggles whether it is selected or not, so modifier keys are not required to create multiple selection.

    Comment


      #3
      In both cases of: selectionType: "simple" or selectionType="multiple" the result is the same as recorded at the video I have attached.

      I want the already (previously) selected records will remain selected when click a cell or record to edit.

      Comment


        #4
        You will also need to set editSelectType to "multiple" if you want to have additive selection when you start editing a row.

        Just a note that this is a really unusual UE. Users may not really get what's going on.

        Comment

        Working...
        X