LogControlBindGrid Method |
Binds the grid with the data
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax protected void BindGrid(
UIGridView grid,
Object dt
)
Parameters
- grid
- Type: CMS.Base.Web.UIUIGridView
Grid control - dt
- Type: SystemObject
Data
See Also