AxpDataGrid

AxpDataGrid.EnableViewState Property

AxpDataGrid does not utilize ViewState (with a few exceptions)

[Visual Basic]
Overrides Public Property EnableViewState As Boolean
[C#]
public override bool EnableViewState {get; set;}

Remarks

AxpDataGrid does not utilize ViewState, except for properties that are directly inherited from a WebControl. Of special interest is the Visible and Enabled properties. The rest of the properties must be set on each page request and not only when the page is displayed initially (i.e. set AxpDataGrid properties also when Page.IsPostback is true!)

See Also

AxpDataGrid Class | Axezz.WebControls Namespace