Member Table: Focused Row
Server
Member | Description |
---|---|
ASPxGridViewBehaviorSettings.AllowFocusedRow | Specifies whether a user can focus a row. |
ASPxGridView.FocusedRowIndex | Identifies the focused row and moves focus to another row within the current page. |
ASPxGridView.FocusedRowChanged | Raises when a user moves focus from one row to another or after the ASPxGridView.FocusedRowIndex property value is changed in code. |
GridViewStyles.FocusedRow, GridViewStyles.FocusedGroupRow | Specify style settings used to customize the focused data row or focused group row appearance. |
Client
Member | Description |
---|---|
ASPxClientGridView.SetFocusedRowIndex | Moves focus to a specified row. |
ASPxClientGridView.GetFocusedRowIndex | Returns the focused row’s index. |
ASPxClientGridView.FocusedRowChanged | Raises when a user moves row focus. |