Formatting Decimals in a DataGridView
C#
4
Posts
2
Posters
0
Views
1
Watching
-
Hello, I have a data grid view with a column that contains decimals.. (eg. 12345.67890) I Would like to format the data grid view to only show two decimal places. (eg. 12345.67) Any help would be great! J
This link will help you: Cell Styles in the Windows Forms DataGridView Control[^]
#region signature my articles #endregion
-
This link will help you: Cell Styles in the Windows Forms DataGridView Control[^]
#region signature my articles #endregion
-
You are welcome :)
#region signature my articles #endregion