Click or drag to resize
GridItem Properties

The GridItem type exposes the following members.

Properties
  Name Description
Public property CanExpand
Gets a value indicating whether the item can be "expanded" to show its child items
Public property DataItem
The original DataItem from the DataSource. See examples section below.
Public property DataSetIndex
Gets the index of the GridDataItem in the underlying DataTable/specified table from a DataSet.
Public property Display
Sets whether the GridItem will be visible or with style="display:none;"
Public property Edit
Sets the Item in edit mode. Requires Kettic KaxGrid to rebind.
Public property Expanded
Gets or sets a value indicating whether the grid item is expanded or collapsed.
Public property GroupIndex
Gets the index of the Item in the group. This works only when grouping.
Public property HasChildItems
Gets a value indicating whether this item has child items.
Public property IsDataBound
Gets a value indicating whether the grid item is bound to a data source.
Public property IsInEditMode
Gets a value indicating whether the grid item is in edit mode at the moment.
Public property ItemIndex
Gets the index of the grid item among the Items collection. This index also can be used to get the DataKeyValues corresponding to this item from a GridTableView.
Public property ItemIndexHierarchical
Get the unique item index among all the item in the hierarchy. This index is used when setting item to selected, edited, etc
Public property ItemType
Gets the respective GridItemType of the grid item.
Public property OwnerGridID
Gets GridItem ClientID of current KaxGrid.
Public property OwnerID
Gets GridItem ClientID of current GridTableView.
Public property OwnerTableView
Gets current GridItem owner of GridTableView.
Public property Selected
Gets or set a value indicating whether the grid item is selected
Top
See Also