Member Table: Cells
Server
Member | Description |
---|---|
ASPxGridView.GetRowValues | Returns the values of the specified data source fields within the specified row. |
ASPxGridBase.GetSelectedFieldValues | Returns the row values displayed within the selected rows. |
ASPxGridView.CustomColumnDisplayText | Allows you to display custom text in a cell. |
ASPxGridView.CustomUnboundColumnData | Enables data to be supplied to and modified data to be saved from unbound columns. |
ASPxGridView.CellEditorInitialize | Enables the cell editors displayed within the edit cells to be initialized. |
Client
Member | Description |
---|---|
ASPxClientGridView.GetEditValue | Returns the value of the specified edit cell. |
ASPxClientGridView.GetEditor | Returns the editor used to edit the specified column’s values. |
ASPxClientGridView.GetPageRowValues | Returns the row values displayed within the current page. |
ASPxClientGridView.GetRowValues | Returns the values of the specified data source fields within the specified row. |
ASPxClientGridView.GetSelectedFieldValues | Returns the row values displayed within the selected rows. |
ASPxClientGridView.SetEditValue | Sets the value of the specified edit cell. |