PDA

View Full Version : Wrapping in EditorGrid TextArea cell editor



danh2000
5 Jun 2007, 6:50 PM
Can anyone please let me know how to enable wrapping in a TextArea that's used as a cell editor in an EditorGrid.

I want the ENTER key to insert a new line rather than end editing.

Thanks in advance,

Dan

danh2000
6 Jun 2007, 2:52 PM
Changed - Ignore my bump - I'll override the onKeypress function.

Animal
6 Jun 2007, 11:17 PM
Try shift+enter

danh2000
7 Jun 2007, 12:26 AM
Hi Animal,

Thanks for your reply... I tried shift+enter and ctrl+enter but neither worked.

I am using 1.01 though - maybe this works in the new beta??

I'ce just seen your post in another topic about overriding (or applying) the isNavKeyPress function, so I'll also try this.

Cheers,

Dan