i am unable to show currency format on DataGridView. Can you people look this code.
private void dataGridView1_DataBindingComplete(object sender,
Also you can use this for Windows Forms: (or its equivalent for WPF or ASP ,...)
yourColumn.DefaultCellStyle.Format = "#,#"; // And add below if you want yourColumn.DefaultCellStyle.NullValue= "0";