IBootstrapGridView 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