Ext.Net MVC MultiCombo Deselect does not work

Threaded View

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

    Ext.Net MVC MultiCombo Deselect does not work

    In Ext.Net MVC Multicombo Dropdown does not uncheck the selected Item.

    Click image for larger version. 

Name:	MultiSelect.JPG 
Views:	7 
Size:	10.8 KB 
ID:	7265
    If you notice, I have selected One, Two, Three and de-selected two, but checkbox is still selected with Two.

    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)
    
                         )
    It works with WebForms but does not work with MVC.
    Attached Thumbnails Click image for larger version. 

Name:	MultiSelect.JPG 
Views:	7 
Size:	11.5 KB 
ID:	7264  

Similar Threads

  1. [CLOSED] Multicombo deselect all problem
    By CarWise in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Sep 17, 2013, 6:44 AM
  2. [CLOSED] MultiCombo can't deselect items
    By jchau in forum 2.x Legacy Premium Help
    Replies: 10
    Last Post: Sep 05, 2013, 2:14 PM
  3. Replies: 2
    Last Post: Jul 30, 2013, 1:44 PM
  4. Replies: 4
    Last Post: Aug 08, 2012, 6:28 PM
  5. Replies: 1
    Last Post: Feb 17, 2012, 7:22 AM

Tags for this Thread

Posting Permissions