I have a grid that uses a custom user control for editing. In the RadGrid1_UpdateCommand event code, the data key values (gridEditableItem.OwnerTableView.DataKeyValues[gridEditableItem.ItemIndex]["LeadDistributionId"]) are returning null. Any idea what would cause this behavior? Note that "gridEditableItem["LeadDistributionId"].Text" returns the correct value.