Datagrid formatstring property

I have a datagrid and when I set the formatstring property to PERCENT, I get a value that is rounded. How do I get the property to show 1 or 2 decimal places? I want the value displayed as 67.8% and not 68%

Check this thread c# - Format decimal for percentage values? - Stack Overflow