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

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