DataGrid - Multiline-Textbox - new line?

Beomer

Newcomer
Joined
Mar 10, 2006
Messages
3
Location
Westeregeln, Germany
Hi there!

I've got quiet a problem here right now.

I have a datagrid that includes a multiline-textbox column. This column is shown poperly and I can also edit the text. I turned on:

.TextBox.WordWrap = true; so that there is an automatic linebreak if i reach the border of the cell, but i can not create linebreaks myself neither with the return- nor with the enter- key

and
.TextBox.AcceptsReturn = true;
is set but still it does not work...

everytime i hit return or enter the edit-process is stopped and the next cell in the column is activated...

how can i get the textbox to continue editing and adding a new line?

Thanks for any help!
 
Back
Top