AdvantageGrid..::..DataKeyItems Property
The key field/value pairs identifying the row most recently selected for edit, persisted
across postbacks via XML serialisation into ViewState. The setter is
protected internal — the grid populates it during the Edit command; the host
reads it to associate an edit-form save with the right row.
Namespace:
AdvantageCMS.Web.UI.AdminAssembly: AdvantageCMS.Web.UI (in AdvantageCMS.Web.UI.dll)
Syntax
public List<GridDataKeyValue> DataKeyItems { get; set; }

