[CLOSED] Alternative to Drag/Drop sorting in Multiselect

  1. #1

    [CLOSED] Alternative to Drag/Drop sorting in Multiselect

    Drag/Drop sorting works great, but I need to simulate this behavior using buttons that will move selected items up or down in sort order in a multiselect. What are the methods used for something like this?
    Last edited by Daniil; Jan 26, 2011 at 8:25 AM. Reason: [CLOSED]
  2. #2
    Hi,

    I can suggest you to investigate MultiSelect sources how drag&drop is realized.
    <SVN folder>\Ext.Net\Build\Ext.Net\ux\extensions\multis elect\multiselect.js

    And Ext.ux.DDView
    <SVN folder>\Ext.Net\Build\Ext.Net\ux\extensions\ddview \ddview.js

    To be brief, Store's .insert() and remove() method are used there.

Similar Threads

  1. [CLOSED] MultiSelect change sequence without use drag drop
    By gs_user in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Jul 05, 2012, 5:25 AM
  2. Drag and drop server validation in multiselect
    By 4712635 in forum 1.x Help
    Replies: 3
    Last Post: Feb 22, 2012, 10:11 AM
  3. [CLOSED] Multiselect Drag and Drop
    By amitpareek in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Dec 01, 2009, 12:51 PM
  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