menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataManager

    Show / Hide Table of Contents

    Class DataManager

    Represents the DataManager UI element.

    Inheritance
    System.Object
    CommonDataBoundControl
    DataManager
    Implements
    System.Web.UI.INamingContainer
    System.Web.UI.IPostBackEventHandler
    System.Web.UI.IPostBackDataHandler
    System.Web.UI.IUrlResolutionService
    Inherited Members
    CommonDataBoundControl.PerformDataBinding(IEnumerable)
    CommonDataBoundControl.FetchData(IEnumerable)
    CommonDataBoundControl.RaisePostBackEvent(String)
    CommonDataBoundControl.PostBackEventHandler(String, Dictionary<String, Object>)
    CommonDataBoundControl.LoadViewState(Object)
    CommonDataBoundControl.OnLoad(EventArgs)
    CommonDataBoundControl.OnPreRender(EventArgs)
    CommonDataBoundControl.UpdateServerModel(Dictionary<String, Object>)
    CommonDataBoundControl.GetDependentFiles()
    CommonDataBoundControl.RenderContents(HtmlTextWriter)
    Namespace: Syncfusion.JavaScript.Web
    Assembly: Syncfusion.EJ.Web.dll
    Syntax
    public class DataManager : CommonDataBoundControl, INamingContainer, IPostBackEventHandler, IPostBackDataHandler, IUrlResolutionService

    Constructors

    DataManager()

    Declaration
    public DataManager()

    Properties

    Accept

    Declaration
    public string Accept { get; set; }
    Property Value
    Type Description
    System.String

    Adaptor

    Declaration
    public string Adaptor { get; set; }
    Property Value
    Type Description
    System.String

    BatchURL

    Declaration
    public string BatchURL { get; set; }
    Property Value
    Type Description
    System.String

    CachingPageSize

    Declaration
    public int CachingPageSize { get; set; }
    Property Value
    Type Description
    System.Int32

    CrossDomain

    Declaration
    public bool CrossDomain { get; set; }
    Property Value
    Type Description
    System.Boolean

    CrudURL

    Declaration
    public string CrudURL { get; set; }
    Property Value
    Type Description
    System.String

    DataType

    Declaration
    public string DataType { get; set; }
    Property Value
    Type Description
    System.String

    EnableAjaxCache

    Declaration
    public bool EnableAjaxCache { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableAntiForgery

    Declaration
    public bool EnableAntiForgery { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableCaching

    Declaration
    public bool EnableCaching { get; set; }
    Property Value
    Type Description
    System.Boolean

    Header

    Declaration
    public List<KeyValue> Header { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<KeyValue>

    Headers

    Declaration
    public List<Dictionary<string, object>> Headers { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Collections.Generic.Dictionary<System.String, System.Object>>

    InsertURL

    Declaration
    public string InsertURL { get; set; }
    Property Value
    Type Description
    System.String

    Json

    Declaration
    public object Json { get; set; }
    Property Value
    Type Description
    System.Object

    Jsonp

    Declaration
    public string Jsonp { get; set; }
    Property Value
    Type Description
    System.String

    Key

    Declaration
    public string Key { get; set; }
    Property Value
    Type Description
    System.String

    Model

    Declaration
    public DataSource Model { get; set; }
    Property Value
    Type Description
    DataSource

    Offline

    Declaration
    public bool Offline { get; set; }
    Property Value
    Type Description
    System.Boolean

    RemoveURL

    Declaration
    public string RemoveURL { get; set; }
    Property Value
    Type Description
    System.String

    RequireFormat

    Declaration
    public bool RequireFormat { get; set; }
    Property Value
    Type Description
    System.Boolean

    SerializerMode

    Declaration
    public SerializerMode SerializerMode { get; set; }
    Property Value
    Type Description
    SerializerMode

    SerializerSettings

    Declaration
    public object SerializerSettings { get; set; }
    Property Value
    Type Description
    System.Object

    Table

    Declaration
    public string Table { get; set; }
    Property Value
    Type Description
    System.String

    TimeTillExpiration

    Declaration
    public int? TimeTillExpiration { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    UpdateURL

    Declaration
    public string UpdateURL { get; set; }
    Property Value
    Type Description
    System.String

    URL

    Declaration
    public string URL { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    Render()

    Declaration
    public string Render()
    Returns
    Type Description
    System.String

    Render(HtmlTextWriter)

    Declaration
    protected override void Render(HtmlTextWriter writer)
    Parameters
    Type Name Description
    System.Web.UI.HtmlTextWriter writer
    Overrides
    CommonDataBoundControl.Render(HtmlTextWriter)

    Implements

    System.Web.UI.INamingContainer
    System.Web.UI.IPostBackEventHandler
    System.Web.UI.IPostBackDataHandler
    System.Web.UI.IUrlResolutionService
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved