Hi,
I want to use a text field as multiline. When I write long text by automating the row height, it looks like multiline, but this is not exactly what I want. When I press the enter key while the text field is in edit mode, I want it to create a newline and continue typing. But I also added a new row adding function for sfDataGrid to the enter button. So, when the text field is in edit mode, I want it to create a newline inside the text field. But other than that, I want it to add a new row while a location is selected in the sfDataGrid. I added a new row when I entered the SfDataGrid selected. But when I made the text field multiline and pressed the enter key or pressed the shift + enter key, I could not switch to newline. How can I do it? If you have any other advice, I'd be happy to hear it.
Have a nice day.