Hi Team,
In igGrid Row edit dialog model, how to set textMode as "multiline" because all the controls are rendered as textbox.
Thanks
Karthikeyan Rajakumar
Hello Karthikeyan,
Thank you for contacting Infragistics!
When you are setting up the options for the “Updating” feature for the igGrid if you setup columnSettings and setup an editor for a column it will be applied when the row edit dialog is used. I am attaching a sample that demonstrates this behavior. Note that unless you set “preventSubmitOnEnter” to true you will have to press Alt+Enter to add a new line instead of submit the changes:
http://www.igniteui.com/help/api/2016.1/ui.igtexteditor#options:preventSubmitOnEnter