Beomer Posted March 10, 2006 Posted March 10, 2006 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! Quote
Beomer Posted March 16, 2006 Author Posted March 16, 2006 Ok - i got it now... It's Shift+Return/Enter... then it works... Sorry for the thread... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.