DataGridView - how to set the currency format for a single column ONLY

前端 未结 2 1826
逝去的感伤
逝去的感伤 2020-12-09 23:44

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

2条回答
  •  攒了一身酷
    2020-12-10 00:21

    Create DataGridView columns at design time and sets the price only format the Current Price column Datagridview tutorial

    Set DateTime format in DataGridView This link is seen as setting the date format, just change the date format for the currency format.

提交回复
热议问题