Posted 10 October 2018, 8:05 pm EST
Attached a sample project that demonstrators bug with C1TextBox when being used as a multi-line input editor on a C1FlexGrid.
When used by itself outside of the C1FlexGrid one may press in the C1TextBox control to add new lines at the caret. However, when pressing in C1FlexGrid column with the C1TextBox control editor it ends editing. Using a TextBox control in the C1FlexGrid works as expected and adds new lines at the caret within the grid as one is editing.
In the sample project there is a C1FlexGrid with two column editors. Column 1 is a TextBox control and column 2 is a C1TextBox control. Also there is a C1TextBox control independent from the C1FlexGrid. works as expected for all but column 2 of the grid.
Can someone please advise on workaround or provide a fix with the C1Input.C1TextBox control for multi-line edit within a C1FlexGrid control?