I\'ve seen these questions but both involve methods that aren\'t available in the CellStyle Format value. I only want to show the hours and minutes portion (16:05); not the
Try the following code
dataGridView1.Columns["columnName"].DefaultCellStyle.Format = "hh\\:mm";