DataGridView DefaultCellStyle.Forma is missing

0
0

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?

  • You must to post comments
0
0

Hi Kay, I see it in IntelliSense. Sometimes Visual Studio gets stuck.

 

  • You must to post comments
0
0

Solved myself ….

Datagridviewcolumn.DefaultCellStyle.Format is existing, but not displayed in Intellisense.

 

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.