DataGrid::CreateControlHierarchy Method (Boolean)
.NET Framework (current version)
Creates the control hierarchy that is used to render the DataGrid.
Assembly: System.Web (in System.Web.dll)
Parameters
- useDataSource
-
Type:
System::Boolean
Whether to use the data source to generate columns automatically or to use saved state.
| Exception | Condition |
|---|---|
| HttpException | useDataSource is true, the value of VirtualItemCount is not set, and the selected data source does not implement the ICollection interface. - or - useDataSource is true and the data source has an invalid CurrentPageIndex property. |
This implementation assumes that all the children in the controls collection have already been cleared.
.NET Framework
Available since 1.1
Available since 1.1
Show: