mulitiple lines in a cell

Posted by syedsaleemss on Stack Overflow See other posts from Stack Overflow or by syedsaleemss
Published on 2010-04-01T11:13:13Z Indexed on 2010/04/01 11:53 UTC
Read the original article Hit count: 211

Filed under:

Im using c# .net.. in that im working with windows form application

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. But now if i press enter key it is going to the next cell below it. i want the cursor to be in the next line of the same cell

© Stack Overflow or respective owner

Related posts about c#