Is it possible for the DataGridView control to display multiline text in a cell?
I am using Visual Studio 2005 and C#.
If you want to active the multiline text in DataGridView control then WrapMode should be true
DataGridView
WrapMode