Hi,
I have a edtable grid, a column's edit type is "Text", i want to set the editor's textmode to multiline, but i dont' find any property in the ColumnUpdatingTextEditorOptions can be set, so I set the "textMode" to multiline when the "iggridupdatingeditrowstarted" event occured, but it is doesn't work.
The igTextEditor Known Issues have listed this issue:
Is there any other workaround ways to make the igEditor to support the multiline? When will the issue be fixed?
Thanks
Hello lin mu,
I have been looking into your questions and I can suggest you set the following options in the columnSettings of the Updating feature:
{
columnKey: "Name",
editorType: "text",
editorOptions: {
textMode : "multiline"
}
For additional reference please check the attached sample which I have created for you in order to show this behavior.
If you need any further assistance on this matter please feel free to ask.
I was just wondering did you have a chance to try Martin's suggestion. If you still need any assistance on the matter, please do not hesitate to ask.
This will allow a textarea, however the cell is so small. How can we increase the height of row in edit mode to show more than 1.5 lines?