I've added the validation for on item request. the GridNumericColumnEditor works ok instantiating the numeric columns. Please send the name for the GridBound column
protected void GridBlowDown_ItemCreated(object sender, GridItemEventArgs e)
{
if (e.Item is GridEditableItem && e.Item.IsInEditMode)
{