ASPxClientVerticalGrid Methods
A client-side equivalent of the ASPxVerticalGrid object.
Name | Description |
---|---|
Add |
Adds a new record. |
Adjust |
Modifies the control’s size against the control’s container.
Inherited from ASPx |
Adjust |
Modifies the controls size within the specified container.
Inherited from ASPx |
Apply |
Applies the specified filter expression to the ASPx |
Apply |
Applies the specified search panel filter criterion to grid data. |
Cancel |
Cancels all the changes made and switches the ASPx |
Cast |
Converts the specified object to the ASPx |
Clear |
Clears the filter expression applied to a client vertical grid. |
Close |
Hides the Filter Control. |
Delete |
Deletes the specified record. |
Delete |
Deletes a record with the specified key value. |
Export |
Exports a grid data to a file in the specified format. |
Focus | Sets input focus to the grid. |
Get |
Obsolete. Returns a value specifying whether a control is displayed.
Inherited from ASPx |
Get |
Returns a collection of client web control objects.
Inherited from ASPx |
Get |
Returns the editor used to edit the specified row’s values. |
Get |
Returns the control’s height.
Inherited from ASPx |
Get |
Returns the current horizontal scroll position of the grid’s content. |
Get |
Returns an HTML element that is the root of the control’s hierarchy.
Inherited from ASPx |
Get |
Gets the number of pages to which the grid’s data is divided. |
Get |
Gets the index of the page currently being selected. |
Get |
Returns the record values displayed within the current page. |
Get |
Returns a client instance of the control that is the parent for a specified control.
Inherited from ASPx |
Get |
Returns the key value of the specified data row (record in the vertical grid). |
Get |
Returns the values of the specified data source fields within the specified record. |
Get |
Returns the client row that resides at the specified position within the row collection. |
Get |
Returns the client row which is bound to the specified data source field. |
Get |
Returns the row with the specified unique identifier. |
Get |
Returns the number of rows within the client vertical grid. |
Get |
Gets the value that specifies whether the required row is expanded. |
Get |
Returns the record values displayed within all selected records. |
Get |
Returns key values of selected records displayed within the current page. |
Get |
Returns the number of selected records. |
Get |
Returns a grid’s toolbar specified by its index.
Inherited from ASPx |
Get |
Returns a toolbar specified by its name.
Inherited from ASPx |
Get |
Returns the index of the first record displayed within the vertical grid’s active page. |
Get |
Sends a callback to the server and generates the server-side ASPx |
Get |
Returns the current vertical scroll position of the grid’s content. |
Get |
Returns a value specifying whether a control is displayed.
Inherited from ASPx |
Get |
Returns the number of records actually displayed on the active page. |
Get |
Returns the control’s width.
Inherited from ASPx |
Goto |
Selects the specified page. |
In |
Returns a value that determines whether a callback request sent by a web control is being currently processed on the server side.
Inherited from ASPx |
Is |
Indicates whether or not the specified record is selected within the current page. |
Next |
Activates the next page. |
Perform |
Sends a callback to the server and generates the server-side event, passing the specified argument to it. |
Prev |
Activates the previous page. |
Refresh | Updates vertical grid data. |
Select |
Allows you to select or deselect all records displayed on the current page based on the parameter passed. |
Select |
Selects or deselects the specified record displayed on the current page. |
Select |
Selects or deselects the specified records within the grid. |
Select |
Selects or deselects the specified records displayed within the grid. |
Send |
Specifies the text that Assistive Technologies (screen readers or braille display, for example) will provide to a user.
Inherited from ASPx |
Set |
Obsolete. Specifies whether a control is displayed.
Inherited from ASPx |
Set |
Enables or disables the current filter. |
Set |
Sets the offset from the container’s top border to fixed rows while scrolling the page. |
Set |
Specifies the control’s height. Note that this method is not in effect for some controls. Inherited from ASPx |
Set |
Specifies the horizontal scroll position for the grid’s content. |
Set |
Sets a value indicating whether the row is expanded. |
Set |
Specifies a custom editor for the search panel on the client side. |
Set |
Specifies the vertical scroll position for the grid’s content. |
Set |
Specifies whether a control is displayed.
Inherited from ASPx |
Set |
Specifies the control’s width in pixels.
Inherited from ASPx |
Show |
Displays the Filter Control. |
Sort |
Sorts data by the specified data row‘s values, and places the row to the specified position among the sorted rows. |
Unselect |
Deselects all selected records displayed on the current page. |
Unselect |
Deselects all grid records that match the filter criteria currently applied to the grid. |
Unselect |
Deselects the specified record (if selected) displayed on the current page. |
Unselect |
Deselects the specified records (if selected) within the grid. |
Unselect |
Deselects the specified records displayed within the grid. |
Update |
Saves all the changes made and switches the grid to browse mode. |
See Also