Hi,
How do I prevent scientific notation formatting of my data in the DataGridView??
Using ROUND() Function in SQL Server which removes the scientific notation at that end.
But the scientific notation remains in the DGV.
Why is this?
Thanks.
It is under Behavior in the dialog that is titled CellStyleBuilder.
You get that by selecting and opening the DefaultCellStyle Property for the column. Do you see that?
Try changing the format of the cells in the column to numeric.
I don't see the Format Property Dialog.
Using VS 2005.