Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.UI.WebControls Namespace / AbleGridView Class
Members
In This Topic
    AbleGridView Class
    In This Topic
    AbleGridView class provides the toolbar gird for admin pages
    Syntax
    [Designer("System.Web.UI.Design.WebControls.GridViewDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
    [ControlValueProperty("SelectedValue")]
    [DefaultEvent("SelectedIndexChanged")]
    [SupportsEventValidation()]
    [DataKeyProperty("SelectedPersistedDataKey")]
    [DefaultProperty("DataSourceID")]
    [ParseChildren(true)]
    [PersistChildren(false)]
    [Themeable(true)]
    [Bindable(true)]
    [DesignerCategory("Code")]
    [DesignerSerializer("Microsoft.VisualStudio.Web.WebForms.ControlCodeDomSerializer, Microsoft.VisualStudio.Web, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
    [ToolboxItemFilter("System.Web.UI", ToolboxItemFilterType.Require)]
    [ToolboxItem("System.Web.UI.Design.WebControlToolboxItem, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
    public class AbleGridView : SortedGridView 
    Inheritance Hierarchy

    System.Object
       System.Web.UI.Control
          System.Web.UI.WebControls.WebControl
             System.Web.UI.WebControls.BaseDataBoundControl
                System.Web.UI.WebControls.DataBoundControl
                   System.Web.UI.WebControls.CompositeDataBoundControl
                      System.Web.UI.WebControls.GridView
                         CommerceBuilder.UI.WebControls.SortedGridView
                            CommerceBuilder.UI.WebControls.AbleGridView

    See Also