Gets or sets the user-defined content for the empty data row rendered when a C1GridView control is bound to a data source that does not contain any records.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[TemplateContainerAttribute(typeof(C1GridViewRow))]
[BrowsableAttribute(false)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public virtual ITemplate EmptyDataTemplate { get; set; }
Visual Basic
<TemplateContainerAttribute(GetType(C1GridViewRow))> _
<BrowsableAttribute(False)> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public Overridable Property EmptyDataTemplate As ITemplate
	Get
	Set

See Also