0
votes

I am binding a dataset to a XtraGrid gridview. I need to set one of the columns in the gridview to multiline. Could someone tell me how to set the property of a particular column in the grid to multiline.

Note: The DevExpress XtraGrid is from a third party dll.

1

1 Answers

0
votes

If you want to show multi-line text in the XtraGrid utilize the RepositoryItemMemoEdit as an in-place editor in the grid. To adjust the row height automatically and display the content of cells, enable the OptionsView.RowAutoHeight option.