skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
    • Functional UI Testing
    • RESTful API Testing
    • Load Testing
    • Remote Test Execution
    • Agile Teams
    • Web Test Automation
    • Desktop Test Automation
    • Responsive UI Testing
    • Continuous Testing
  • Training
    • Docs and Support
    • Documentation
    • Virtual Classroom
    • Videos
    • Blogs
    • Webinars
    • Whitepapers
    • Case Studies
    • Feedback Portal
    • Technical Support
    • What’s New
    • Roadmap
    • Release Notes
    • Trust Center
    • FAQs
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Request a demo Try now

Class GridTableView

Inheritance
System.Object
Control
HtmlControl
HtmlContainerControl
HtmlTable
GridTableView
Inherited Members
HtmlTable.Border
HtmlTable.Caption
HtmlTable.CellPadding
HtmlTable.CellSpacing
HtmlTable.Width
HtmlTable.Item[Int32]
HtmlTable.BodyRows
HtmlTable.HeadRows
HtmlTable.FootRows
HtmlTable.Rows
HtmlTable.AllRows
HtmlTable.ColumnCount
HtmlContainerControl.TextContent
HtmlContainerControl.InnerText
HtmlControl.FindParentContainer<TContainerControl>()
HtmlControl.ValidateTag(String)
HtmlControl.ValidateControl()
HtmlControl.ParseResponseValue<T>(String, T)
HtmlControl.GetAttributeAsString(String)
HtmlControl.InitializeMappings(MappingsCollection)
HtmlControl.GetRectangle()
HtmlControl.IsVisible()
HtmlControl.GetStyleValue(String)
HtmlControl.GetStyle(String)
HtmlControl.GetComputedStyleValue(String)
HtmlControl.GetComputedStyle(String)
HtmlControl.Parent<TContainerControl>()
HtmlControl.Capture()
HtmlControl.Capture(String, String)
HtmlControl.Capture(String)
HtmlControl.InvokeEvent(ScriptEventType)
HtmlControl.InvokeEvent(ScriptEventType, Boolean)
HtmlControl.InvokeEvent(ScriptEvent)
HtmlControl.InvokeEvent(ScriptEvent, Boolean)
HtmlControl.AddEventListener(String, EventHandler<JavascriptEventArgs>)
HtmlControl.RemoveEventListener(String, EventHandler<JavascriptEventArgs>)
HtmlControl.MouseClick()
HtmlControl.MouseClick(MouseClickType)
HtmlControl.MouseClick(MouseClickType, Int32, Int32)
HtmlControl.MouseClick(MouseClickType, Point, OffsetReference)
HtmlControl.MouseClick(MouseClickType, Int32, Int32, OffsetReference)
HtmlControl.MouseHover()
HtmlControl.MouseHover(Point)
HtmlControl.MouseHover(Int32, Int32)
HtmlControl.MouseHover(Int32, Int32, OffsetReference)
HtmlControl.Click()
HtmlControl.Click(Boolean)
HtmlControl.ScrollToVisible()
HtmlControl.ScrollToVisible(ScrollToVisibleType)
HtmlControl.ScrollToVisible(ScrollToVisibleType, Rectangle)
HtmlControl.Download(Boolean, DownloadOption, String, Int32)
HtmlControl.CallMethod(String)
HtmlControl.CallMethod<T>(String)
HtmlControl.CallMethod<T>(String, T)
HtmlControl.GetValue<T>(String)
HtmlControl.GetValue<T>(String, T)
HtmlControl.GetValue<T>(String, Boolean)
HtmlControl.GetValue<T>(String, Boolean, T)
HtmlControl.SetValue<T>(String, T)
HtmlControl.SetValue<T>(String, T, Boolean)
HtmlControl.Focus()
HtmlControl.DragTo(OffsetReference, Point, Int32, Int32)
HtmlControl.DragTo(OffsetReference, Int32, Int32, Rectangle, OffsetReference, Int32, Int32)
HtmlControl.DragTo(Point)
HtmlControl.DragTo(Int32, Int32)
HtmlControl.DragTo(HtmlControl)
HtmlControl.DragTo(HtmlControl, OffsetReference, Point)
HtmlControl.DragTo(OffsetReference, Point, HtmlControl)
HtmlControl.DragTo(OffsetReference, Point, HtmlControl, OffsetReference, Point)
HtmlControl.DragTo(OffsetReference, Int32, Int32, Boolean, HtmlControl, OffsetReference, Int32, Int32, Boolean)
HtmlControl.DragToWindowLocation(OffsetReference, Int32, Int32, Boolean, OffsetReference, Int32, Int32, Boolean)
HtmlControl.ToString()
HtmlControl.AsjQueryControl()
HtmlControl.GetElementByTagNameClientSideLocator
HtmlControl.GetElementByIdClientSideLocator
HtmlControl.Find
HtmlControl.ScrollTop
HtmlControl.ScrollLeft
HtmlControl.Wait
HtmlControl.ID
HtmlControl.CssClass
HtmlControl.Attributes
HtmlControl.Mappings
HtmlControl.Styles
HtmlControl.Events
HtmlControl.TagName
HtmlControl.ChildNodes
HtmlControl.IsActiveElement
HtmlControl.IsEnabled
Control.Refresh()
Control.AssignFailed(Exception)
Control.SetTelerikComponentsVersion(Nullable<TelerikComponentsVersion>)
Control.MatchControl(Element, FindParam)
Control.GetFamilyElement(Int32, Element)
Control.ThrowOnInvalidAssignment
Control.TelerikComponentsVersion
Control.IsRefresh
Control.BaseElement
Control.OwnerBrowser
Control.Locator
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll

Syntax

public class GridTableView : HtmlTable

Constructors

GridTableView()

Declaration
public GridTableView()

GridTableView(Element)

Declaration
public GridTableView(Element element)
Parameters
Element element

Properties

AllowMultiColumnSorting

Declaration
public bool AllowMultiColumnSorting { get; }
Property Value
System.Boolean

AllowMultiRowSelection

Declaration
public bool AllowMultiRowSelection { get; }
Property Value
System.Boolean

AllowRowSelection

Declaration
public bool AllowRowSelection { get; }
Property Value
System.Boolean

BatchEditType

Declaration
public string BatchEditType { get; }
Property Value
System.String

CanInsertItem

Declaration
public bool CanInsertItem { get; }
Property Value
System.Boolean

ClientSideLocator

Declaration
public override string ClientSideLocator { get; }
Property Value
System.String

Overrides
HtmlControl.ClientSideLocator

CurrentPageIndex

Declaration
public int CurrentPageIndex { get; }
Property Value
System.Int32

DataItems

Declaration
public IList<GridDataItem> DataItems { get; }
Property Value
System.Collections.Generic.IList<GridDataItem>

EditedIndexes

Declaration
public IndexesCollection EditedIndexes { get; }
Property Value
IndexesCollection

EditedItems

Declaration
public IList<GridDataItem> EditedItems { get; }
Property Value
System.Collections.Generic.IList<GridDataItem>

EditMode

Declaration
public string EditMode { get; }
Property Value
System.String

ExpandedIndexes

Declaration
public IndexesCollection ExpandedIndexes { get; }
Property Value
IndexesCollection

ExpandedItems

Declaration
public IList<GridDataItem> ExpandedItems { get; }
Property Value
System.Collections.Generic.IList<GridDataItem>

Groups

Declaration
public IList<GridGroupHeader> Groups { get; }
Property Value
System.Collections.Generic.IList<GridGroupHeader>

HasMultiColumnHeaders

Declaration
public bool HasMultiColumnHeaders { get; }
Property Value
System.Boolean

IsFilterItemVisible

Declaration
public bool IsFilterItemVisible { get; }
Property Value
System.Boolean

IsItemInserted

Declaration
public bool IsItemInserted { get; }
Property Value
System.Boolean

isMultiHeadersAreImplemented

Declaration
public bool isMultiHeadersAreImplemented { get; }
Property Value
System.Boolean

LocatorExpression

Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
IFindExpression

Overrides
Control.LocatorExpression

Name

Declaration
public string Name { get; }
Property Value
System.String

PageCount

Declaration
public int PageCount { get; }
Property Value
System.Int32

PageSize

Declaration
public int PageSize { get; }
Property Value
System.Int32

SelectedCells

Declaration
public IList<GridDataCell> SelectedCells { get; }
Property Value
System.Collections.Generic.IList<GridDataCell>

SelectedItems

Declaration
public IList<GridDataItem> SelectedItems { get; }
Property Value
System.Collections.Generic.IList<GridDataItem>

VirtualItemCount

Declaration
public int VirtualItemCount { get; }
Property Value
System.Int32

Methods

AssignElement(Element)

Declaration
public override void AssignElement(Element e)
Parameters
Element e

Overrides
HtmlTable.AssignElement(Element)

CommandItemAction(GridCommandItemType, GridCommandItemLocation)

Declaration
public void CommandItemAction(GridCommandItemType commandItemType, GridCommandItemLocation location)
Parameters
GridCommandItemType commandItemType

GridCommandItemLocation location

ControlAssert()

Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert

DragDrop(Int32, Int32)

Declaration
public void DragDrop(int draggedItemIndex, int targetItemIndex)
Parameters
System.Int32 draggedItemIndex

System.Int32 targetItemIndex

DragToSelect(Int32, Int32)

Declaration
public void DragToSelect(int startIndex, int endIndex)
Parameters
System.Int32 startIndex

System.Int32 endIndex

FindCells(Predicate<GridDataCell>)

Declaration
public IList<GridDataCell> FindCells(Predicate<GridDataCell> predicate)
Parameters
System.Predicate<GridDataCell> predicate

Returns
System.Collections.Generic.IList<GridDataCell>

FindItems(Predicate<GridDataItem>)

Declaration
public IList<GridDataItem> FindItems(Predicate<GridDataItem> predicate)
Parameters
System.Predicate<GridDataItem> predicate

Returns
System.Collections.Generic.IList<GridDataItem>

ScrollDown()

Declaration
public void ScrollDown()

ScrollDown(Int32)

Declaration
public void ScrollDown(int delta)
Parameters
System.Int32 delta

ScrollUp()

Declaration
public void ScrollUp()

ScrollUp(Int32)

Declaration
public void ScrollUp(int delta)
Parameters
System.Int32 delta

SelectItem(Int32)

Declaration
public void SelectItem(int itemIndex)
Parameters
System.Int32 itemIndex

SelectItems(Int32[])

Declaration
public void SelectItems(params int[] itemIndexes)
Parameters
System.Int32[] itemIndexes

Extension Methods

jQueryExtension.TojQueryControl(HtmlControl)
HtmlControlsAssertExtensions.AssertContent(HtmlControl)
HtmlControlsAssertExtensions.AssertStyle(HtmlControl)
HtmlControlsAssertExtensions.AssertStyle(HtmlControl, Boolean)
HtmlControlsAssertExtensions.AssertAttribute(HtmlControl)
HtmlControlsAssertExtensions.AssertAttribute(HtmlControl, Boolean)
HtmlTableAssertExtensions.AssertTable(HtmlTable)
HtmlTableAssertExtensions.AssertTable(HtmlTable, Boolean)
Getting Started
  • Getting Started
  • Videos
  • Whats New
  • Roadmap
Community
  • Forums
  • Blogs
  • Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.