I have a VB.NET application using a MySQL database.

My datagridview shows decimal values from the database with a comma as a symbol - I would like it to show a period (.). My regional settings are set to a period. However the DGV shows a comma. I have tried to change the DGV çolumn format to N2, but no change.

What am I missing?

Regards