The gm column on my excel file is showing percentage sign on all numbers. But when I show it to the datagridview, it turns into decimal. My gm is on string data type.
Here's my code
var gm = dt.Rows[i][27].ToString();
The Value of gm is based on the excel file gm column. I want it to show the percent sign on datagridview as well.