Click or drag to resize
GridColumnOwnerID Property
Gets the value of the ClientID property of the GridTableView that owns this column. This property value is used by grid's client object

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual string OwnerID { get; }

Property Value

Type: String
The return value of this property is a string, representing the clientID of the GridTableView, which contains the column. This is the ClientID of the grid instance, followed by "_" and another string, representing the place of the container in the control hierarchy. For the MainView, the default OwnerID for a column will look like: "KaxGrid1_ctl01".
See Also