A datasource for the Grid and Form View mode if SQL properties are not used.
A datasource for the Grid and Form View mode if SQL properties are not used.
Any datasource that can be evaluated to a DataView can be used.
This allows the use of .NET DataSet, DataTable and DataView as a DataSource.
Note If a DataSource is set, it will be used both for Grid Mode and Form View Mode even if a Form SQL is set.
Data Editing and the corresponding Form Edit still requires setting ConnectionString, EditSQL and other properties, as it was in the previous versions of AxpDataGrid.
Set the corresponding property DataMember to a table name of a dataset if the datasource is a DataSet.
AxpDataGrid Class | Axezz.WebControls Namespace