Version 1.3.24.
I want to format the DataGridView Cell in a specific format.
i.e. this.dataGridView1.Columns[“UnitPrice”].DefaultCellStyle.Format = “c”;
Can’t find the Property, is it not implemented yet?
Is there are workaround?
Hi Kay, I see it in IntelliSense. Sometimes Visual Studio gets stuck.
Solved myself ….
Datagridviewcolumn.DefaultCellStyle.Format is existing, but not displayed in Intellisense.
Please login first to submit.