Announcement

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

    ListGrid Adaptive Filter with Drag and Drop?

    SmartClient Version: v9.1p_2014-10-20/PowerEdition Deployment (built 2014-10-20)
    GWT 2.6
    IE-11

    Is it possible to have a ListGrid with an Adaptive Filter configured that will support Drag and Drop in the filtered list?

    I'm not clear as to how to do this? It appears that when a ListGrid is setup with an Adaptive Filter, the new filtered list is a temporary grid? Somehow I would need to configure this temporary grid for Drag and Drop?

    #2
    What's the intended result of the drag and drop?

    If it's supposed to establish a new permanent order, then there needs to be a field that stores that order (as in this sample).

    But if filtering is enabled, then even if there's a field that stores the order, the drag and drop is ambiguous. And, you need to consider what should happen when the current criteria are eliminated.

    Comment


      #3
      I have 2 ListGrids that are loaded with data only once on initialization. Then the 2 grids behave as a pick list between 'available' and 'selected' grids. The intent of the drag and drop is simply to move elements between the two grids. However, the 'available' grid has hundreds of elements, which is why I would like to have an adaptive filter search feature on the 'available' grid, order is not maintained nor is it relevant from this grid.

      Comment


        #4
        It's perfectly normal to drag *from* a filtered list, if that's what you want. You just turn on canDragRecordsOut. Are you experiencing some kind of issue?

        Comment


          #5
          I was, but I was not aware of that option. I will try that out, thank you.

          Comment

          Working...
          X