ASPxClientGridView Methods
A client-side equivalent of the ASPxGridView 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 Grid |
Apply |
Applies a filter specified in the filter row to the Grid |
Apply |
Applies the specified search panel filter criterion to grid data. |
Auto |
Applies a filter to the specified data column. |
Cancel |
Cancels all the changes made and switches the Grid |
Cast |
Converts the specified object to the ASPx |
Clear |
Clears the filter expression applied to a client Grid |
Close |
Hides the Filter Control. |
Collapse |
Collapses all group rows. |
Collapse |
Collapses all detail rows. |
Collapse |
Collapses the specified detail row. |
Collapse |
Collapses the specified group row and optionally its child group rows at all nesting levels. |
Delete |
Deletes the specified row. |
Delete |
Deletes a row with the specified key value. |
Expand |
Expands all group rows. |
Expand |
Expands all detail rows. |
Expand |
Expands the specified detail row. |
Expand |
Expands the specified group row and optionally its child group rows at all nesting levels. |
Export |
Exports a grid data to a file in the specified format. |
Focus | Sets input focus to the grid. |
Focus |
Moves focus to the specified edit cell within the edited row. |
Get |
Returns the editor used to edit the value in the auto filter row for the specified data column. |
Get |
Obsolete. Returns a value specifying whether a control is displayed.
Inherited from ASPx |
Get |
Returns the client column that resides at the specified position within the column collection. |
Get |
Returns the client column which is bound to the specified data source field. |
Get |
Returns the column with the specified unique identifier. |
Get |
Returns the number of columns within the client Grid |
Get |
Returns an object specifying the grid column’s layout. |
Get |
Returns a collection of client web control objects.
Inherited from ASPx |
Get |
Returns the edit form layout. |
Get |
Returns the form layout item. |
Get |
Returns the form layout item or group. |
Get |
Returns the editor used to edit the specified column’s values. |
Get |
Returns the value of the specified edit cell. |
Get |
Returns the index of the focused row. |
Get |
Returns the control’s height.
Inherited from ASPx |
Get |
Returns the current horizontal scroll position of the grid’s content. |
Get |
Obsolete. 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 row 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 |
Gets the Popup Edit Form. |
Get |
Returns a value specifying the indices of the rows visible in the browser’s view port. |
Get |
Returns the key value of the specified data row. |
Get |
Returns the value |
Get |
Returns the values of the specified fields within selected rows. |
Get |
Returns the key values of selected rows. |
Get |
Returns the number of selected rows. |
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 data row displayed within the Grid |
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 |
Obsolete. 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 rows actually displayed within the active page. |
Get |
Returns the control’s width.
Inherited from ASPx |
Goto |
Selects the specified page. |
Group |
Groups data by the values of the specified data column. |
Hide |
Closes the Customization Window. |
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 the Customization Window is displayed. |
Is |
Indicates whether the specified row is a data row. |
Is |
Indicates whether the grid is in edit mode. |
Is |
Indicates whether the specified row is a group row. |
Is |
Indicates whether the specified group row is expanded. |
Is |
Indicates whether or not a new row is being edited. |
Is |
Indicates whether the specified row is selected. |
Make |
Scrolls the view to the specified row. |
Move |
Moves the specified column to the specified visual position within the grid and optionally groups or ungroups the grid’s data by this column. |
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 grid data. |
Select |
Selects or deselects the rows on the current page. |
Select |
Selects or deselects the row specified by its visible index. |
Select |
Selects or deselects rows. |
Select |
Selects or deselects the rows specified by their key values. |
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 |
Applies the specified column layout to the grid. |
Set |
Sets the value of the specified edit cell. |
Set |
Enables or disables the current filter. |
Set |
Sets the scrollability of various types of grid rows when the grid displays fixed columns. |
Set |
Moves focus to the specified row. |
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 |
Obsolete. Specifies the horizontal scroll position for the grid’s content. |
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 |
Obsolete. 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 |
Invokes the Customization Dialog and displays it over the grid. |
Show |
Invokes the Customization Window and displays it over the specified HTML element. |
Show |
Displays the Filter Control. |
Sort |
Sorts data by the values of the specified data column. |
Start |
Switches the grid to edit mode. |
Start |
Switches the grid to edit mode. |
Ungroup |
Ungroups data by the values of a specified column. |
Un |
Obsolete. Clears grouping applied to the specified column. |
Unselect |
Deselects the rows on the current page. |
Unselect |
Deselects the rows that match the applied filter criteria. |
Unselect |
Deselects the row specified by its visible index. |
Unselect |
Deselects rows. |
Unselect |
Deselects the rows specified by their key values. |
Update |
Saves changes and switches the grid to browse mode. |
See Also