[CLOSED] Ext.Net MVC MultiCombo Keyboard selection does not work

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] Ext.Net MVC MultiCombo Keyboard selection does not work

    In Ext.Net MVC Multicombo Dropdown does not allow selection through keyboard.

    Click image for larger version. 

Name:	MultiSelect.JPG 
Views:	7 
Size:	10.8 KB 
ID:	7327

    Html.X().MultiCombo().ID("cmbBStream").Width(90).Items(
                            new ListItem("All", 0),
                            new ListItem("One", 1),
                            new ListItem("Two", 2),
                            new ListItem("Three", 3)
                            )
                            .Editable(false)                      
    )

    Using Keyboard, User is not able to type shorthand i.e. O/T/OT/OTT in dropdown.

    Thanks,
    Rajiv Dutt
    Last edited by Daniil; Dec 10, 2013 at 11:50 AM. Reason: [CLOSED]

Similar Threads

  1. Replies: 7
    Last Post: Jun 26, 2013, 9:25 AM
  2. MultiCombo can't be controlled from keyboard
    By PetrSnobelt in forum 2.x Help
    Replies: 4
    Last Post: May 27, 2013, 5:31 PM
  3. Replies: 1
    Last Post: Dec 04, 2012, 8:46 AM
  4. [CLOSED] MultiCombo selection via script
    By softmachine2011 in forum 2.x Legacy Premium Help
    Replies: 7
    Last Post: Sep 21, 2012, 12:44 PM
  5. Custom search items selection using keyboard
    By dtamils in forum 1.x Help
    Replies: 0
    Last Post: Oct 27, 2011, 3:47 AM

Tags for this Thread

Posting Permissions