Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
420
RowEditDialog - Multiline Editor - Wrap Text
posted

I am using the code below to show a multiline text box for a description field. The text is not wrapping within the textbox. How can I make the text wrap within the width of the text box?

{
columnKey: "UserDescription",
editorType: "text",
readOnly: false,
required: true,
validation: true,
editorOptions: {
height: 100,
width: 300,
textMode: "multiline"
}
}],