i am unable to show currency format on DataGridView. Can you people look this code.
private void dataGridView1_DataBindingComplete(object sender,
Can you check ( breakpoint or something ) that DataBindingComplete event is fired . So at least we know its not that
( edited ) So if its fired check this maybe it will help
http://msdn.microsoft.com/en-us/library/k4sab6f9
Maybe by creating a new style it will help