I set excel sheet one of the the column as a currency format $ and decimal places 2.
Like $0.00.
But while displaying in datagridview in it showing like :0.0000.
If set currency as none.Then it is showing 0.00.
If i add $ symbol. it is showing extra digits values.
Can you please help how can i show as it is (mean like:$0.00) only In windows application.
you have to give a format to your currency datagrid field. that is, assign to that column a property called
DataFormatStringand value of{0:c}for additional info: check that link http://msdn.microsoft.com/en-us/library/aa479342.aspx