cell of a datagridview to support multiple lines using c#
Posted
by syedsaleemss
on Stack Overflow
See other posts from Stack Overflow
or by syedsaleemss
Published on 2010-03-30T09:02:09Z
Indexed on
2010/03/30
9:03 UTC
Read the original article
Hit count: 380
i have a datagrid view with two columns. the first column is readonly and the other is editable. now i want every cell of the second column to support for mulitilines in each cell. i want to press enter key and come to the next line in the same cell. im using c#.
© Stack Overflow or respective owner