Click or drag to resize
BasicDataGridOnLoad Method
OnLoad event handler. It automatically binds data unless DataBindByDefault is false.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
protected override void OnLoad(
	EventArgs e
)

Parameters

e
Type: SystemEventArgs
See Also