When a user selects cells, copies them and then pastes them into Excel the Wrap Text feature is getting triggered causing the text in the cells to wrap. I have a picture attached showing the issue. The data can be wrapped in my grid, but I want it not wrapped in Excel in other words.
What properties do I need to set in the gird in order to not trigger this text wrapping when pasting into Excel?
Thanks!
This is the method I'm calling.
ug.PerformAction(UltraGridAction.Copy)
Hi,
This really isn't anything the grid has control over. Pasting into Excel does not affect the width of the columns in Excel. You will need to manually make the columns wider to prevent this wrapping.