| GridItem Class |
Namespace: Kettic.AspNet.Controls
The GridItem type exposes the following members.
| Name | Description | |
|---|---|---|
| ExpandHierarchyToTop | ||
| FireCommandEvent |
Use this method to simulate item command event that bubbles to KaxGrid and can be handeled automatically or in a custom manner,
handling KaxGrid.ItemCommand event.
|
| Name | Description | |
|---|---|---|
| CanExpand |
Gets a value indicating whether the item can be "expanded" to show its child items
| |
| DataItem |
The original DataItem from the DataSource. See
examples section below.
| |
| DataSetIndex |
Gets the index of the GridDataItem in the underlying
DataTable/specified table from a DataSet. | |
| Display | Sets whether the GridItem will be visible or with style="display:none;" | |
| Edit | Sets the Item in edit mode. Requires Kettic KaxGrid to rebind. | |
| Expanded |
Gets or sets a value indicating whether the grid item is expanded or
collapsed.
| |
| GroupIndex | Gets the index of the Item in the group. This works only when grouping. | |
| HasChildItems |
Gets a value indicating whether this item has child items.
| |
| IsDataBound |
Gets a value indicating whether the grid item is bound to a data source.
| |
| IsInEditMode |
Gets a value indicating whether the grid item is in edit mode at the
moment.
| |
| 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. | |
| ItemIndexHierarchical |
Get the unique item index among all the item in the hierarchy. This index is used when setting item to selected, edited, etc
| |
| ItemType |
Gets the respective GridItemType of the grid item.
| |
| OwnerGridID |
Gets GridItem ClientID of current KaxGrid.
| |
| OwnerID |
Gets GridItem ClientID of current GridTableView.
| |
| OwnerTableView |
Gets current GridItem owner of GridTableView.
| |
| Selected | Gets or set a value indicating whether the grid item is selected |