AxpDataGrid

AxpDataGrid.DisplayDebug Property

Whether Debug information should be displayed.

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

Property Value

true if debug information should be rendered on the page, false otherwise. Default is false.

Remarks

When enabled, the current SQL statement will be displayed in a box above the grid.
When in Edit Form mode, database schema attributes will be rendered in a table above the grid. If database updating fails, the grid will render the parameterized database command and it's parameter values.

See Also

AxpDataGrid Class | Axezz.WebControls Namespace