Keypress

is there any way, to set: cell.multiline = false? if the user press the "tab" key, the grid selected the next cell. but if the user press "enter", the cell becomes a new line??? thanks a lot!

2 Replies

AD Administrator Syncfusion Team January 13, 2004 11:37 AM UTC

If you want a cell to accept the enter key, then set the style.AllowEnter = true for that cell.


BJ Boris Jansen January 14, 2004 03:49 AM UTC

Thank you! Thats what i need.

Loader.
Up arrow icon