Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Client Side Events

Last post 08-04-2008 0:19 by [Infragistics] Rumen Stankov. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 08-01-2008 19:30

    • mothratl
    • Not Ranked
    • Joined on 08-01-2008
    • Points 20

    Client Side Events

    Hi. I have a quiestion about client-side events.

    I'm using some WebEditors, and I'm able to enable/disable the controls using client side javascript calling the function .SetEnabled()
    Everything works great.

    My question is, does this change the value of the html element's .disabled property, or does this trigger an ajax asynchronous post-back to set the asp control's .Enabled property?

    Thanks.

    • Post Points: 20
  • 08-04-2008 0:19 In reply to

    Re: Client Side Events

    Hello,

    I have just look into the source code and was able to verify that calling setEnabled change the disabled property of the respective editor HTML element and there is no AJAX involved.

    I can recommend FireBug - a great HTML / DOM / Javascript debugging plug-in for FireFox - you can click an element and check any runtime properies on it and also monitor all AJAX callbacks to server.

    Hope this helps. 

    Best Regards,
    Rumen Stankov (MCSD.NET)
    The Infragistics ASP.NET Team
    • Post Points: 5
Page 1 of 1 (2 items)
Powered by Community Server (Commercial Edition), by Telligent Systems