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 ...