AxpDataGrid

AxpDataGrid.RowClickAction Property

Action to take when user clicks a row.

[Visual Basic]
Public Property RowClickAction As String
[C#]
public string RowClickAction {get; set;}

Property Value

Blank string or the string "openform". Default=blank string (no action)

Remarks

"openform" : the View or Edit Form will be displayed when user clicks a data row in the grid.

See also RowRollOverEffect

See Also

AxpDataGrid Class | Axezz.WebControls Namespace