Skip to main content

IBootstrapGridViewEx Members

Properties

Name Description
Columns Inherited from IBootstrapGridView.
DataColumns Inherited from IBootstrapGridView.
DetailRows Inherited from IBootstrapGridView.
FilterEnabled Inherited from IBootstrapGrid.
FilterExpression Inherited from IBootstrapGrid.
FocusedRowIndex Inherited from IBootstrapGridView.
IsEditing Inherited from IBootstrapGrid.
IsNewRowEditing Inherited from IBootstrapGridView.
IsPartialUpdate Inherited from IBootstrapControl.
JSProperties Inherited from IBootstrapGrid.
KeyFieldName Inherited from IBootstrapGrid.
Name Inherited from IBootstrapControl.
SearchPanelFilter Inherited from IBootstrapGrid.
Selection Inherited from IBootstrapGridView.

Methods

Name Description
AddNewRow() Inherited from IBootstrapGridView.
AutoFilterByColumn(IBootstrapGridViewColumn, String) Inherited from IBootstrapGridView.
CancelEdit() Inherited from IBootstrapGrid.
ClearSort() Inherited from IBootstrapGrid.
CollapseAll() Inherited from IBootstrapGridView.
ExpandAll() Inherited from IBootstrapGridView.
ExpandRow(Int32) Inherited from IBootstrapGridView.
ExpandRow(Int32, Boolean) Inherited from IBootstrapGridView.
ExportToCsv()
ExportToCsv(Action<GridViewCsvExportOptionsBuilder>)
ExportToRtf()
ExportToRtf(Action<GridViewExportOptionsBuilder>)
ExportToXls()
ExportToXls(Action<GridViewXlsExportOptionsBuilder>)
ExportToXlsx()
ExportToXlsx(Action<GridViewXlsxExportOptionsBuilder>)
FindVisibleIndexByKeyValue(Object) Inherited from IBootstrapGrid.
ForceDataRowType(Type) Inherited from IBootstrapGrid.
GetActionResult()
GetFilteredSelectedValues(String[]) Inherited from IBootstrapGrid.
GetRow(Int32) Inherited from IBootstrapGrid.
GetRowValues(Int32, String[]) Inherited from IBootstrapGridView.
GetRowValuesByKeyValue(Object, String[]) Inherited from IBootstrapGridView.
GetSelectedFieldValues(String[]) Inherited from IBootstrapGrid.
GroupBy(IBootstrapGridViewColumn) Inherited from IBootstrapGridView.
GroupBy(IBootstrapGridViewColumn, Int32) Inherited from IBootstrapGridView.
MakeRowVisible(Object) Makes the specified data row visible on a Grid View page. Inherited from IBootstrapGridView.
SortBy(IBootstrapGridViewColumn, ColumnSortOrder) Inherited from IBootstrapGridView.
SortBy(IBootstrapGridViewColumn, Int32) Inherited from IBootstrapGridView.
StartEdit(Int32) Inherited from IBootstrapGrid.
Ungroup(IBootstrapGridViewColumn) Inherited from IBootstrapGridView.
See Also