Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Row is expanded after using TextArea as editor type of field

    Hello Sir,

    I want to display the text area when user wants to edit the cell.
    After adding following lines, text from cell is displayed in multiple lines inside the test area but height of the row gets increased.

    final TextAreaItem textAreaItem = new TextAreaItem();
    textAreaItem.setHeight(70);
    textAreaItem.setCellHeight(20);
    field.setEditorType(textAreaItem);

    Can any one help to solve the problem?

    Thanks,
    Dipak
Working...
X