DataGridView - how to set the currency format for a single column ONLY
问题 I am trying to use the datagridview for a basket. I have got it to display the basket of the customer but I would like it to display the currency for the Price column, but i have a Quantity column as well, so if I put the default style as currency then it will change both columns to the currency format. What I want to be able to do is add the currency format to the Price Column but not to the quantity column. Here is the code that displays the basket (Form_load) using (var con = new