[CLOSED] MultiSelect not allowing Drop when empty

  1. #1

    [CLOSED] MultiSelect not allowing Drop when empty

    We are migrating from 1.7 to 4.2.1. After configuring two multiselects as in your samples we noticed we can't drop an item if the control is empty.

    Below sample screenshot:

    Click image for larger version. 

Name:	multiselect-not-allowing-drop-when-empty.png 
Views:	34 
Size:	46.5 KB 
ID:	25007

    Below sample code from the two multiselects:

    				<ext:MultiSelect ID="availableItems" runat="server"
    								ValueField="Id" DisplayField="Name"
    								DragGroup="group1" DropGroup="group1"
    								AppendOnly="true" MinHeight="250"
    								AutoScroll="true" Border="false" DDReorder="true" MultiSelect="true">
    
    				<ext:MultiSelect ID="selectedItems" runat="server"
    								ValueField="Id" DisplayField="Name"
    								DragGroup="group1" DropGroup="group1"
    								AppendOnly="true"
    								AutoScroll="true" Border="false" DDReorder="true" MultiSelect="true">
    Take on account the both have stores which are being populated by backend code, don't know if this is related to it but just wanted to mention it. As I understand, once multiselects have been bound the widget should behave the same in the client side regardless how it was populated.
    Last edited by fabricio.murta; Jun 28, 2017 at 8:53 PM.
  2. #2

    Solution found for this issue

    Please disregard this post since we found the issue, you can mark it as resolved.

    It was related to the multiselect being too small and wasn't visible: 1. its parent was a container without a layout, 2. its parent didn't have a minheight assigned in order to expand.
  3. #3
    Hello! Thanks for clarifying the solution you found for the problem, should anyone else run into something similar and see this thread, this would be very helpful!
    Fabrício Murta
    Developer & Support Expert

Similar Threads

  1. [CLOSED] multiselect empty on server side
    By alexp in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Dec 15, 2010, 5:18 PM
  2. [CLOSED] Multiselect Drag and Drop
    By amitpareek in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Dec 01, 2009, 12:51 PM
  3. [CLOSED] [1.0] MultiSelect returns empty on Postback
    By randy85253 in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Nov 12, 2009, 12:55 AM
  4. [CLOSED] MultiSelect with drag and drop, Drop listener
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jan 30, 2009, 8:25 AM

Posting Permissions