Back to Devexpress

MVCxClientVerticalGrid Members

aspnetmvc-js-mvcxclientverticalgrid-dot-underscore-members.md

latest24.8 KB
Original Source

MVCxClientVerticalGrid Members

A client-side counterpart of the VerticalGrid extension.

Properties

NameDescription
batchEditApiProvides access to the batch editing client API. Inherited from ASPxClientVerticalGrid.
nameGets the unique, hierarchically-qualified identifier for the control. Inherited from ASPxClientControlBase.

Methods

NameDescription
AddNewRecordAdds a new record. Inherited from ASPxClientVerticalGrid.
AdjustControlModifies the control’s size against the control’s container. Inherited from ASPxClientControl.
AdjustControls staticModifies the controls size within the specified container. Inherited from ASPxClientControl.
ApplyFilter(filterExpression)Applies the specified filter expression to the ASPxVerticalGrid. Inherited from ASPxClientVerticalGrid.
ApplySearchPanelFilter(value)Applies the specified search panel filter criterion to grid data. Inherited from ASPxClientVerticalGrid.
CancelEditCancels all the changes made and switches the ASPxVerticalGrid to browse mode. Inherited from ASPxClientVerticalGrid.
Cast(obj) staticConverts the specified object to the MVCxClientVerticalGrid type.
ClearFilterClears the filter expression applied to a client vertical grid. Inherited from ASPxClientVerticalGrid.
CloseFilterControlHides the Filter Control. Inherited from ASPxClientVerticalGrid.
DeleteRecord(visibleIndex)Deletes the specified record. Inherited from ASPxClientVerticalGrid.
DeleteRecordByKey(key)Deletes a record with the specified key value. Inherited from ASPxClientVerticalGrid.
ExportTo(format)Exports a grid data to a file in the specified format. Inherited from ASPxClientVerticalGrid.
FocusSets input focus to the grid. Inherited from ASPxClientVerticalGrid.
GetClientVisibleObsolete. Returns a value specifying whether a control is displayed. Inherited from ASPxClientControlBase.
GetControlCollection staticReturns a collection of client web control objects. Inherited from ASPxClientControl.
GetEditor(row)Returns the editor used to edit the specified row’s values. Inherited from ASPxClientVerticalGrid.
GetHeightReturns the control’s height. Inherited from ASPxClientControl.
GetHorizontalScrollPositionReturns the current horizontal scroll position of the grid’s content. Inherited from ASPxClientVerticalGrid.
GetMainElementReturns an HTML element that is the root of the control’s hierarchy. Inherited from ASPxClientControlBase.
GetPageCountGets the number of pages to which the grid’s data is divided. Inherited from ASPxClientVerticalGrid.
GetPageIndexGets the index of the page currently being selected. Inherited from ASPxClientVerticalGrid.
GetPageRecordValues(fieldNames, onCallback)Returns the record values displayed within the current page. Inherited from ASPxClientVerticalGrid.
GetParentControlReturns a client instance of the control that is the parent for a specified control. Inherited from ASPxClientControlBase.
GetRecordKey(visibleIndex)Returns the key value of the specified data row (record in the vertical grid). Inherited from ASPxClientVerticalGrid.
GetRecordValues(visibleIndex, fieldNames, onCallback)Returns the values of the specified data source fields within the specified record. Inherited from ASPxClientVerticalGrid.
GetRow(rowIndex)Returns the client row that resides at the specified position within the row collection. Inherited from ASPxClientVerticalGrid.
GetRowByField(rowFieldName)Returns the client row which is bound to the specified data source field. Inherited from ASPxClientVerticalGrid.
GetRowById(rowId)Returns the row with the specified unique identifier. Inherited from ASPxClientVerticalGrid.
GetRowCountReturns the number of rows within the client vertical grid. Inherited from ASPxClientVerticalGrid.
GetRowExpanded(row)Gets the value that specifies whether the required row is expanded. Inherited from ASPxClientVerticalGrid.
GetSelectedFieldValues(fieldNames, onCallback)Returns the record values displayed within all selected records. Inherited from ASPxClientVerticalGrid.
GetSelectedKeysOnPageReturns key values of selected records displayed within the current page. Inherited from ASPxClientVerticalGrid.
GetSelectedRecordCountReturns the number of selected records. Inherited from ASPxClientVerticalGrid.
GetToolbar(index)Returns a grid’s toolbar specified by its index. Inherited from ASPxClientGridBase.
GetToolbarByName(name)Returns a toolbar specified by its name. Inherited from ASPxClientGridBase.
GetTopVisibleIndexReturns the index of the first record displayed within the vertical grid’s active page. Inherited from ASPxClientVerticalGrid.
GetValuesOnCustomCallback(data, onCallback)Sends a callback with a parameter to process the passed information on the server, in an Action specified via the VerticalGrid’s GridSettingsBase.CustomDataActionRouteValues property, and then process the returned result in the specified client function. This method does not update the VerticalGrid.
GetVerticalScrollPositionReturns the current vertical scroll position of the grid’s content. Inherited from ASPxClientVerticalGrid.
GetVisibleReturns a value specifying whether a control is displayed. Inherited from ASPxClientControlBase.
GetVisibleRecordsOnPageReturns the number of records actually displayed on the active page. Inherited from ASPxClientVerticalGrid.
GetWidthReturns the control’s width. Inherited from ASPxClientControl.
GotoPage(pageIndex)Selects the specified page. Inherited from ASPxClientVerticalGrid.
InCallbackReturns a value that determines whether a callback request sent by a web control is being currently processed on the server side. Inherited from ASPxClientControlBase.
IsRecordSelectedOnPage(visibleIndex)Indicates whether or not the specified record is selected within the current page. Inherited from ASPxClientVerticalGrid.
NextPageActivates the next page. Inherited from ASPxClientVerticalGrid.
PerformCallback(data)Sends a callback with a parameter to update the VerticalGrid by processing the passed information on the server in an Action specified via the grid’s GridSettingsBase.CustomActionRouteValues property.
PrevPageActivates the previous page. Inherited from ASPxClientVerticalGrid.
RefreshUpdates vertical grid data. Inherited from ASPxClientVerticalGrid.
SelectAllRecordsOnPageAllows you to select or deselect all records displayed on the current page based on the parameter passed. Inherited from ASPxClientVerticalGrid.
SelectRecordOnPage(visibleIndex)Selects or deselects the specified record displayed on the current page. Inherited from ASPxClientVerticalGrid.
SelectRecordsSelects or deselects the specified records within the grid. Inherited from ASPxClientVerticalGrid.
SelectRecordsByKey(keys)Selects or deselects the specified records displayed within the grid. Inherited from ASPxClientVerticalGrid.
SendMessageToAssistiveTechnology(message)Specifies the text that Assistive Technologies (screen readers or braille display, for example) will provide to a user. Inherited from ASPxClientControlBase.
SetClientVisible(visible)Obsolete. Specifies whether a control is displayed. Inherited from ASPxClientControlBase.
SetFilterEnabled(isFilterEnabled)Enables or disables the current filter. Inherited from ASPxClientVerticalGrid.
SetFixedRowsTopOffset(offset)Sets the offset from the container’s top border to fixed rows while scrolling the page. Inherited from ASPxClientVerticalGrid.
SetHeight(height)

Specifies the control’s height. Note that this method is not in effect for some controls.

Inherited from ASPxClientControl. | | SetHorizontalScrollPosition(position) | Specifies the horizontal scroll position for the grid’s content. Inherited from ASPxClientVerticalGrid. | | SetRowExpanded(row, value) | Sets a value indicating whether the row is expanded. Inherited from ASPxClientVerticalGrid. | | SetSearchPanelCustomEditor(editor) | Specifies a custom editor for the search panel on the client side. Inherited from ASPxClientVerticalGrid. | | SetVerticalScrollPosition(position) | Specifies the vertical scroll position for the grid’s content. Inherited from ASPxClientVerticalGrid. | | SetVisible(visible) | Specifies whether a control is displayed. Inherited from ASPxClientControlBase. | | SetWidth(width) | Specifies the control’s width in pixels. Inherited from ASPxClientControl. | | ShowFilterControl | Displays the Filter Control. Inherited from ASPxClientVerticalGrid. | | SortBy(row) | Sorts data by the specified data row‘s values, and places the row to the specified position among the sorted rows. Inherited from ASPxClientVerticalGrid. | | UnselectAllRecordsOnPage | Deselects all selected records displayed on the current page. Inherited from ASPxClientVerticalGrid. | | UnselectFilteredRecords | Deselects all grid records that match the filter criteria currently applied to the grid. Inherited from ASPxClientVerticalGrid. | | UnselectRecordOnPage(visibleIndex) | Deselects the specified record (if selected) displayed on the current page. Inherited from ASPxClientVerticalGrid. | | UnselectRecords | Deselects the specified records (if selected) within the grid. Inherited from ASPxClientVerticalGrid. | | UnselectRecordsByKey(keys) | Deselects the specified records displayed within the grid. Inherited from ASPxClientVerticalGrid. | | UpdateEdit | Saves all the changes made and switches the grid to browse mode. Inherited from ASPxClientVerticalGrid. |

Events

NameDescription
BatchEditChangesCancelingOccurs on the client side before data changes are canceled in batch edit mode. Inherited from ASPxClientVerticalGrid.
BatchEditChangesSavingOccurs on the client side before data changes are saved in batch edit mode. Inherited from ASPxClientVerticalGrid.
BatchEditConfirmShowingEnables you to prevent a batch edit confirmation message from being displayed. Inherited from ASPxClientVerticalGrid.
BatchEditEndEditingOccurs when a grid leaves the batch edit mode. Inherited from ASPxClientVerticalGrid.
BatchEditRecordChangesCancelingAllows you to handle a Cancel button click for a record in batch edit mode. Inherited from ASPxClientVerticalGrid.
BatchEditRecordDeletingOccurs on the client side before a record is deleted in batch edit mode. Inherited from ASPxClientVerticalGrid.
BatchEditRecordInsertingOccurs on the client side before a record is inserted in batch edit mode. Inherited from ASPxClientVerticalGrid.
BatchEditRecordRecoveringOccurs on the client side before a record is deleted in batch edit mode. Inherited from ASPxClientVerticalGrid.
BatchEditRecordValidatingEnables you to specify whether record data is valid and provide an error text. Inherited from ASPxClientVerticalGrid.
BatchEditStartEditingOccurs when a grid switches to batch edit mode. Inherited from ASPxClientVerticalGrid.
BatchEditSummaryDisplayTextFires when a user changes the summary item value. Inherited from ASPxClientGridBase.
BatchEditTemplateCellFocusedEnables you to provide navigation for editors contained in a templated cell in Batch Edit mode. Inherited from ASPxClientVerticalGrid.
BeginCallbackOccurs when a callback for server-side processing is initiated.
CallbackErrorFires on the client if any unhandled server error occurs during server-side processing of a callback sent by the ASPxClientVerticalGrid. Inherited from ASPxClientVerticalGrid.
CellSelectionChangingOccurs when you select or deselect a cell. Inherited from ASPxClientVerticalGrid.
ClipboardCellPastingOccurs before a cell is pasted to the control from the clipboard. Allows you to update the pasted data or skip a cell. Inherited from ASPxClientVerticalGrid.
CustomButtonClickOccurs when a custom command button has been clicked. Inherited from ASPxClientVerticalGrid.
EndCallbackOccurs on the client after a callback’s server-side processing has been completed. Inherited from ASPxClientVerticalGrid.
FocusedCellChangingOccurs on the client side when the focused cell is about to be changed. Inherited from ASPxClientVerticalGrid.
InitOccurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase.
KeyDownOccurs when a user presses a key while the control has focus. Inherited from ASPxClientGridBase.
KeyPressOccurs when a user presses and releases a key while the control has focus. Inherited from ASPxClientGridBase.
KeyUpOccurs when a user releases the pressed key while the control has focus. Inherited from ASPxClientGridBase.
RecordClickFires on the client when a record is clicked. Inherited from ASPxClientVerticalGrid.
RecordDblClickFires on the client when a record is double clicked. Inherited from ASPxClientVerticalGrid.
RowExpandedChangedFires on the client side after a row’s expansion state has been changed by end-user interaction. Inherited from ASPxClientVerticalGrid.
RowExpandedChangingFires on the client side before the expansion state of a row is changed by end-user interaction. Inherited from ASPxClientVerticalGrid.
RowSortingEnables you to prevent rows from being sorted. Inherited from ASPxClientVerticalGrid.
SelectionChangedFires after the selection has been changed. Inherited from ASPxClientVerticalGrid.
ToolbarItemClickFires after a toolbar item has been clicked. Inherited from ASPxClientGridBase.

See Also

MVCxClientVerticalGrid Class