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
200
Cell content looses the formatting on clicking on the cell..
posted

Hello,

I am facing an issue with accugrid, where the cell content looses its formatting (multiline) when it is clicked.

Initial view of cell's content:

1
2
3
4
5
6

Once cell is clicked to copy the content of the cell, the cell's content is displayed as follows:

123456

The following properties has been set:

CellClickAction --> Edit
CellMultiLine --> True
CellDisplayStyle --> Default (Default is resolved to FullEditorDisplay)

this._accuGridPreviousNotes.DisplayLayout.Bands[0].Override.RowSizing = RowSizing.AutoFree;

Please suggest how I can resolve this issue i.e. on cell click the content is shown as original in multiple lines?

 

Parents
No Data
Reply Children
No Data