Sorry, but there are no more tags available to filter with.
-
Hi, I implemented my own IGridCellEditor control to support multiline text entries. I used the TextBox (multiline = true) as base class. But the problem is, that the textbox loses the focus if the user presses Enter key. How do I prevent losing the focus so the TextBox has a new line???? Best regards...