I need to format values in a DBGrid to display in a certain format ex '#,##0.00'. Any idea how to do that?
Regards, Pieter
you can use the DisplayFormat property of the field to format.
check this sample
TFloatField(YourDataSet.FieldByName('field')).DisplayFormat := '#,##0.00';
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With