Click or drag to resize
BasicDataGridDataBind Method
Binds data to the grid and displays the sorting symbols.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public override void DataBind()
Remarks
Sorting: if ProcessSorting is true, rows are sorted in the DataView by default.
See Also