DataControlField xxx = gridProductos.Columns[TuColumna]; if (xxx is BoundField) { BoundField boundField = xxx as BoundField; boundField.DataFormatString = "{0:d}"; }