DGV Column/CellStyle.format not working
Posted
by gsvirdi
on Stack Overflow
See other posts from Stack Overflow
or by gsvirdi
Published on 2010-05-31T10:16:56Z
Indexed on
2010/05/31
10:23 UTC
Read the original article
Hit count: 255
c#
|datagridview
I wanted the user to input values in "dd MMM yyyy" format Only, I'm using dataGridView1.Columns["Rel_Date"].DefaultCellStyle.Format = "dd MMM yyyy";
in Form_Load.........
But somehow it's not working.
© Stack Overflow or respective owner