Click or drag to resize
LogControlBindGrid Method
Binds the grid with the data

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
protected void BindGrid(
	UIGridView grid,
	Object dt
)

Parameters

grid
Type: CMS.ExtendedControlsUIGridView
Grid control
dt
Type: SystemObject
Data
See Also