Tagged Questions

1
vote
4answers
1k views

Format DataGridView Cell without changing underlying value?

I have an unbound DataGridView (in VS 2008), of which one column contains a file path. I'd like to format the string using the TextRenderer class on the ColumnWidthChanged event without actually ...
0
votes
2answers
600 views

How to disable ellipsis of cell texts in a WindowsForms DataGridView?

I have a DataGridView in readonly mode in a .NET 3.5 (Visual Studio 2008) WinForms application. The cells' width is very small. Some of the cells contain a short number. Now, even with a small font, ...