ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls Namespace / AjaxSettings Class
Properties

In This Topic
    AjaxSettings Class Members
    In This Topic

    The following tables list the members exposed by AjaxSettings.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyDetermines whether to use asynchronous calls. If you need synchronous requests, set this option to false.  
    Public PropertyIf set to false, it will force requested pages not to be cached by the browser.  
    Public PropertyWhether to trigger global Ajax event handlers for this request.  
    Public PropertyA password to be used in response to an HTTP access authentication request.  
    Public PropertySet a local timeout (in milliseconds) for the request.  
    Public PropertySet this to true if you wish to use the traditional style of param serialization.  
    Public PropertyA username to be used in response to an HTTP access authentication request.  
    Top
    See Also