[CLOSED] MultiCombo Enable Editing for Sorting

  1. #1

    [CLOSED] MultiCombo Enable Editing for Sorting

    Hi Ext Team,

    I have a MultiCombo and i need to make it editable for sorting below is my sample View:

       X.MultiCombo().ID("CmbScenario").FieldLabel(PR.Resources.RP.RP.RSCmbScenario).LabelCls("fieldLabelTop")
    
                                .Editable(true).ForceSelection(true).SelectOnFocus(true).TypeAhead(true).MinChars(1).QueryMode(DataLoadMode.Local)
    It gives me below exception:

    The MultiCombo doesn't support Editable mode

    Please let me know the work around for this feature.
    Last edited by Daniil; Apr 03, 2014 at 4:07 AM. Reason: [CLOSED]
  2. #2
    Hi @PriceRightHTML5team,

    A MultiCombo doesn't support editing and I don't think there is a workaround.

    I am not sure what exactly you mean under "sorting" and why you need it editable. Please elaborate on that.
  3. #3
    Quote Originally Posted by Daniil View Post
    Hi @PriceRightHTML5team,

    A MultiCombo doesn't support editing and I don't think there is a workaround.

    I am not sure what exactly you mean under "sorting" and why you need it editable. Please elaborate on that.
    Sorry to mislead you..by sorting i mean like filtering..a sort of Auto Complete feature..Way we have in single select combo
  4. #4
    Unfortunately, a MultiCombo doesn't support it. A regular ComboBox with MultiSelect="true" also doesn't support it.

    There should be a possibility to achieve that requirement by extending/overriding the MultiCombo class. But I think it is quite a challenge task.

Similar Threads

  1. Replies: 0
    Last Post: Apr 14, 2011, 7:10 AM
  2. how to enable or
    By pankaj in forum 1.x Help
    Replies: 0
    Last Post: Mar 31, 2010, 3:27 AM
  3. How to enable Caching in Coolite?
    By sairashid in forum 1.x Help
    Replies: 4
    Last Post: Jul 29, 2009, 3:27 PM
  4. how to disable and enable combobox?
    By sadeque in forum 1.x Help
    Replies: 1
    Last Post: Jul 27, 2009, 5:00 AM
  5. enable textbox
    By speedstepmem4 in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Dec 01, 2008, 8:31 AM

Posting Permissions