FormPanel FielDefault member ReadOnly doesn't work on 3.1

  1. #1

    FormPanel FielDefault member ReadOnly doesn't work on 3.1

    Problem occurs when upgrading from 2.5 to 3.1, readonly forms doesn't work anymore.
    Example:

    <ext:FormPanel runat="server">
        <FieldDefaults ReadOnly="true" />
        <Items>
            <ext:TextField runat="server" FieldLabel="Test text input" />
        </Items>
    </ext:FormPanel>
  2. #2
    Hi @peroo,

    I could reproduce with 3.1, but could not with 3.2.0. So, the suggestion would be to upgrade to 3.2.0. By the way, we will release 3.2.1 soon, that is better to switch directly to that bypassing 3.2.0.
  3. #3
    Thx Daniil!

Similar Threads

  1. [CLOSED] ReadOnly property doesn't work with checkbox field
    By Daly_AF in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Mar 01, 2013, 12:06 PM
  2. KeyMap under FormPanel doesn't trigger on 2.x
    By paul-2011 in forum 2.x Help
    Replies: 1
    Last Post: Sep 14, 2012, 4:21 PM
  3. Replies: 1
    Last Post: Jul 22, 2011, 9:33 AM
  4. [CLOSED] [1.0] TriggerField with ReadOnly set does not work
    By jemmitch in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Nov 25, 2009, 1:40 PM
  5. [CLOSED] loadRecord doesn't work when formPanel is in Tab
    By HOWARDJ in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jun 16, 2009, 2:12 PM

Posting Permissions