MVCxClientCardView Methods
A client-side counterpart of the CardView extension.Name | Description |
---|---|
AddNewCard | Adds a new card. Inherited from ASPxClientCardView. |
AdjustControl | Modifies the control’s size against the control’s container. Inherited from ASPxClientControl. |
AdjustControls static | Modifies the controls size within the specified container. Inherited from ASPxClientControl. |
ApplyFilter(filterExpression) | Applies the specified filter expression to the grid. Inherited from ASPxClientCardView. |
ApplySearchPanelFilter(value) | Applies the specified search panel filter criterion to grid data. Inherited from ASPxClientCardView. |
CancelEdit | Cancels all the changes made and switches the CardView to browse mode. Inherited from ASPxClientCardView. |
Cast(obj) static | Converts the specified object to the MVCxClientCardView type. |
ClearFilter | Clears the filter expression applied to a client CardView. Inherited from ASPxClientCardView. |
CloseFilterControl | Hides the Filter Control. Inherited from ASPxClientCardView. |
CollapseAll | Collapses all group rows. Inherited from ASPxClientCardView. |
CollapseGroupRow(visibleIndex) | Collapses the specified group row. Inherited from ASPxClientCardView. |
DeleteCard(visibleIndex) | Deletes the specified card. Inherited from ASPxClientCardView. |
DeleteCardByKey(key) | Deletes a card with the specified key value. Inherited from ASPxClientCardView. |
ExpandAll | Expands all group rows. Inherited from ASPxClientCardView. |
ExpandGroupRow(visibleIndex) | Expands the specified group row. Inherited from ASPxClientCardView. |
ExportTo(format) | Exports grid data to a file in the specified format. Inherited from ASPxClientCardView. |
Focus | Sets input focus to the grid. Inherited from ASPxClientCardView. |
FocusEditor(column) | Moves focus to the specified edit cell within the edited card. Inherited from ASPxClientCardView. |
GetCardKey(visibleIndex) | Returns the key value of the specified card. Inherited from ASPxClientCardView. |
GetCardValues(visibleIndex, fieldNames, onCallback) | Returns the values of the specified data source fields within the specified card. Inherited from ASPxClientCardView. |
GetClientVisible | Obsolete. Returns a value specifying whether a control is displayed. Inherited from ASPxClientControlBase. |
GetColumn(columnIndex) | Returns the client column that resides at the specified position within the column collection. Inherited from ASPxClientCardView. |
GetColumnByField(columnFieldName) | Returns the client column to which the specified data source field is bound. Inherited from ASPxClientCardView. |
GetColumnById(columnId) | Returns the column with the specified unique identifier. Inherited from ASPxClientCardView. |
GetColumnCount | Returns the number of columns within the client grid. Inherited from ASPxClientCardView. |
GetControlCollection static | Returns a collection of client web control objects. Inherited from ASPxClientControl. |
GetEditFormLayout | Gets the form layout. Inherited from ASPxClientCardView. |
GetEditFormLayoutItemByColumn(column) | Gets the edit form layout item. Inherited from ASPxClientCardView. |
GetEditFormLayoutItemOrGroup(name) | Gets the edit form layout item or group. Inherited from ASPxClientCardView. |
GetEditor(column) | Returns the editor used to edit the specified column’s values. Inherited from ASPxClientCardView. |
GetEditValue(column) | Returns the value of the specified edit cell. Inherited from ASPxClientCardView. |
GetFocusedCardIndex | Returns the focused card’s index. Inherited from ASPxClientCardView. |
GetHeight | Returns the control’s height. Inherited from ASPxClientControl. |
GetMainElement | Returns an HTML element that is the root of the control’s hierarchy. Inherited from ASPxClientControlBase. |
GetPageCardValues(fieldNames, onCallback) | Returns the card values displayed within the current page. Inherited from ASPxClientCardView. |
GetPageCount | Gets the number of pages to which the grid’s data is divided. Inherited from ASPxClientCardView. |
GetPageIndex | Gets the index of the page currently being selected. Inherited from ASPxClientCardView. |
GetParentControl | Returns a client instance of the control that is the parent for a specified control. Inherited from ASPxClientControlBase. |
GetPopupEditForm | Gets the Popup Edit Form. Inherited from ASPxClientCardView. |
GetSelectedCardCount | Returns the number of selected cards. Inherited from ASPxClientCardView. |
GetSelectedFieldValues(fieldNames, onCallback) | Returns the card values displayed within all selected cards. Inherited from ASPxClientCardView. |
GetSelectedKeysOnPage | Returns key values of selected cards displayed within the current page. Inherited from ASPxClientCardView. |
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. |
GetTopVisibleIndex | Returns the index of the first card displayed within the grid’s active page. Inherited from ASPxClientCardView. |
GetValuesOnCustomCallback(data, onCallback) | Sends a callback with a parameter to process the passed information on the server, in an Action specified via the CardView’s GridSettingsBase.CustomDataActionRouteValues property, and then process the returned result in the specified client function. This method does not update the CardView. |
GetVerticalScrollPosition | Returns the current vertical scroll position of the grid’s content. Inherited from ASPxClientCardView. |
GetVisible | Returns a value specifying whether a control is displayed. Inherited from ASPxClientControlBase. |
GetVisibleCardsOnPage | Returns the number of cards actually displayed within the active page. Inherited from ASPxClientCardView. |
GetWidth | Returns the control’s width. Inherited from ASPxClientControl. |
GotoPage(pageIndex) | Selects the specified page. Inherited from ASPxClientCardView. |
GroupBy(column) | Groups cards by the values of the specified column. Inherited from ASPxClientCardView. |
HideCustomizationWindow | Closes the customization window. Inherited from ASPxClientCardView. |
InCallback | Returns a value that determines whether a callback request sent by a web control is being currently processed on the server side. Inherited from ASPxClientControlBase. |
IsCardSelectedOnPage(visibleIndex) | Indicates whether or not the specified card is selected within the current page. Inherited from ASPxClientCardView. |
IsCustomizationWindowVisible | Indicates whether the customization window is displayed. Inherited from ASPxClientCardView. |
IsEditing | Indicates whether the grid is in edit mode. Inherited from ASPxClientCardView. |
IsNewCardEditing | Indicates whether or not a new card is being edited. Inherited from ASPxClientCardView. |
MoveColumn(column) | Moves the specified column to the specified visual position within the ASPxCardView. Inherited from ASPxClientCardView. |
NextPage | Activates the next page. Inherited from ASPxClientCardView. |
PerformCallback(data) | Sends a callback with a parameter to update the CardView by processing the passed information on the server, in an Action specified via the CardView’s GridSettingsBase.CustomActionRouteValues property. |
PrevPage | Activates the previous page. Inherited from ASPxClientCardView. |
Refresh | Updates data displayed within the grid. Inherited from ASPxClientCardView. |
SelectAllCardsOnPage | Allows you to select or deselect all cards displayed on the current page based on the parameter passed. Inherited from ASPxClientCardView. |
SelectCardOnPage(visibleIndex) | Selects or deselects the specified card displayed on the current page. Inherited from ASPxClientCardView. |
SelectCards | Selects or deselects the specified cards within the CardView. Inherited from ASPxClientCardView. |
SelectCardsByKey(keys) | Selects or deselects the specified card displayed within the CardView. Inherited from ASPxClientCardView. |
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. |
SetEditValue(column, value) | Sets the value of the specified edit cell. Inherited from ASPxClientCardView. |
SetFilterEnabled(isFilterEnabled) | Enables or disables the current filter. Inherited from ASPxClientCardView. |
SetFocusedCardIndex(visibleIndex) | Moves focus to the specified card. Inherited from ASPxClientCardView. |
SetHeight(height) |
Specifies the control’s height. Note that this method is not in effect for some controls. Inherited from ASPxClientControl. |
SetSearchPanelCustomEditor(editor) | Specifies a custom editor for the search panel on the client side. Inherited from ASPxClientCardView. |
SetVerticalScrollPosition(position) | Specifies the vertical scroll position for the grid’s content. Inherited from ASPxClientCardView. |
SetVisible(visible) | Specifies whether a control is displayed. Inherited from ASPxClientControlBase. |
SetWidth(width) | Specifies the control’s width in pixels. Inherited from ASPxClientControl. |
ShowCustomizationWindow | Invokes the customization window and displays it over the specified HTML element. Inherited from ASPxClientCardView. |
ShowFilterControl | Displays the Filter Control. Inherited from ASPxClientCardView. |
SortBy(column) | Sorts data by the specified data column’s values, and places the column to the specified position among the sorted columns. Inherited from ASPxClientCardView. |
StartEditCard(visibleIndex) | Switches the CardView to edit mode. Inherited from ASPxClientCardView. |
StartEditCardByKey(key) | Switches the ASPxCardView to edit mode. Inherited from ASPxClientCardView. |
Ungroup(column) | Ungroups cards by the values of the specified column. Inherited from ASPxClientCardView. |
UnselectAllCardsOnPage | Deselects all selected cards displayed on the current page. Inherited from ASPxClientCardView. |
UnselectCardOnPage(visibleIndex) | Deselects the specified cards (if selected) displayed on the current page. Inherited from ASPxClientCardView. |
UnselectCards | Deselects the specified cards (if selected) within the ASPxCardView. Inherited from ASPxClientCardView. |
UnselectCardsByKey(keys) | Deselects the specified cards displayed within the ASPxCardView. Inherited from ASPxClientCardView. |
UnselectFilteredCards | Deselects all grid cards that match the filter criteria currently applied to the CardView. Inherited from ASPxClientCardView. |
UpdateEdit | Saves all the changes made and switches the grid to browse mode. Inherited from ASPxClientCardView. |
See Also