ComboBox doesn't prevent selection when BeforeSelect returns false

  1. #1

    ComboBox doesn't prevent selection when BeforeSelect returns false

    Hello,

    ComboBox doesn't prevent selection when BeforeSelect returns false.

                        .Listeners(l =>
                        {
                            l.BeforeSelect.Handler = "return false;";
                        })
  2. #2
    Hi Yury,

    Thank you for the report.

    It has been fixed:
    https://github.com/extnet/Ext.NET/issues/814

Similar Threads

  1. [CLOSED] Combobox Selection doesn't work in SVN#6442
    By matt in forum 3.x Legacy Premium Help
    Replies: 2
    Last Post: Jun 30, 2015, 4:09 PM
  2. Replies: 2
    Last Post: Feb 07, 2013, 11:40 AM
  3. Replies: 2
    Last Post: Feb 07, 2013, 11:40 AM
  4. radio button always returns false
    By khadga in forum 1.x Help
    Replies: 4
    Last Post: Nov 20, 2010, 7:37 AM
  5. [CLOSED] DateField IsEmpty always returns false
    By brettmas in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Sep 23, 2010, 1:29 AM

Posting Permissions