multiline column in data grid view. using c#

Posted by syedsaleemss on Stack Overflow See other posts from Stack Overflow or by syedsaleemss
Published on 2010-04-19T09:58:30Z Indexed on 2010/04/19 10:03 UTC
Read the original article Hit count: 160

Filed under:

Im using c# .net windows form application. i have a datagrid view. It has two columns.I need to make all the cells on the second column as to have multiple line. i.e a multiline column. I will edit something in a cell and press enter key. the cursor should reach the next line in the same cell. It should not go to the next cell. What should i do?

© Stack Overflow or respective owner

Related posts about c#