Table of Contents
KeyField Property

Gets or sets the key field of the data source.

Syntax
 public String KeyField { get; set; }
Remarks

EO.Web Grid retrieves the key data and store it in GridItem.Key property. GridItem.Key is not used by the Grid in any way but it is persisted across posts backs. Thus it's a value that is entirely yours to use.

See Also