IBootstrapGridView Members
Properties
| Name | Description |
|---|---|
| Columns | |
| DataColumns | |
| DetailRows | |
| FilterEnabled | Inherited from IBootstrapGrid. |
| FilterExpression | Inherited from IBootstrapGrid. |
| FocusedRowIndex | |
| IsEditing | Inherited from IBootstrapGrid. |
| IsNewRowEditing | |
| IsPartialUpdate | Inherited from IBootstrapControl. |
| JSProperties | Inherited from IBootstrapGrid. |
| KeyFieldName | Inherited from IBootstrapGrid. |
| Name | Inherited from IBootstrapControl. |
| SearchPanelFilter | Inherited from IBootstrapGrid. |
| Selection |
Methods
| Name | Description |
|---|---|
| AddNewRow() | |
| AutoFilterByColumn(IBootstrapGridViewColumn, String) | |
| CancelEdit() | Inherited from IBootstrapGrid. |
| ClearSort() | Inherited from IBootstrapGrid. |
| CollapseAll() | |
| ExpandAll() | |
| ExpandRow(Int32) | |
| ExpandRow(Int32, Boolean) | |
| FindVisibleIndexByKeyValue(Object) | Inherited from IBootstrapGrid. |
| ForceDataRowType(Type) | Inherited from IBootstrapGrid. |
| GetFilteredSelectedValues(String[]) | Inherited from IBootstrapGrid. |
| GetRow(Int32) | Inherited from IBootstrapGrid. |
| GetRowValues(Int32, String[]) | |
| GetRowValuesByKeyValue(Object, String[]) | |
| GetSelectedFieldValues(String[]) | Inherited from IBootstrapGrid. |
| GroupBy(IBootstrapGridViewColumn) | |
| GroupBy(IBootstrapGridViewColumn, Int32) | |
| MakeRowVisible(Object) | Makes the specified data row visible on a Grid View page. |
| SortBy(IBootstrapGridViewColumn, ColumnSortOrder) | |
| SortBy(IBootstrapGridViewColumn, Int32) | |
| StartEdit(Int32) | Inherited from IBootstrapGrid. |
| Ungroup(IBootstrapGridViewColumn) |
See Also