Issue is Facing on IE regards of Button Enabled/Disabled

  1. #1

    Issue is Facing on IE regards of Button Enabled/Disabled

    Hi Sir

    I have window which content some control and Save and Cancel button. I have set Monitervalid=true in formpanel and following code in Listeners.

    <Listeners>
                    <ClientValidation Handler="#{btnsave}.setDisabled(!valid);" />
                </Listeners>
    When all fields are get fill button get enabled. it is working in all other browser except IE.

    Could you please provide me any solution to resolve this issue.


    Thanks
    Roshan
    Last edited by geoffrey.mcgill; Aug 02, 2012 at 6:11 AM. Reason: please use [CODE] tags
  2. #2
    Quote Originally Posted by Roshan View Post
    Hi Sir

    I have window which content some control and Save and Cancel button. I have set Monitervalid=true in formpanel and following code in Listeners.

    <Listeners>
                    <ClientValidation Handler="#{btnsave}.setDisabled(!valid);" />
                </Listeners>
    When all fields are get fill button get enabled. it is working in all other browser except IE.

    Could you please provide me any solution to resolve this issue.


    Thanks
    Roshan
    The code you have posted looks correct. Can you post a simplified .aspx code sample demonstrating how to reproduce the issue?

    http://forums.ext.net/showthread.php?10205-More-Information-Required


    http://forums.ext.net/showthread.php...ing-New-Topics
    Geoffrey McGill
    Founder
  3. #3

    Validation on FormPanel ClientSide (IE)

    MonitorValid="true" on FormPanel
    and
    <Listeners>
    <ClientValidation Handler="#{btnSave}.setDisabled(!valid);" />
    </Listeners>
    It works on IE9
    Last edited by stebag; Sep 06, 2012 at 8:58 PM.

Similar Threads

  1. Check if control is enabled or disabled
    By AlexMaslakov in forum 1.x Help
    Replies: 1
    Last Post: Oct 12, 2011, 11:19 AM
  2. Replies: 4
    Last Post: Jun 30, 2011, 6:25 PM
  3. [CLOSED] [1.0] - Toolbar Button looks enabled when Disabled = true
    By drkoh in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jul 01, 2010, 5:36 PM
  4. [CLOSED] Disabled Checkbox is always false and shows enabled true.
    By Sharon in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Nov 12, 2009, 4:10 AM
  5. Replies: 1
    Last Post: May 22, 2009, 7:38 AM

Posting Permissions