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
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