I’ve tried changing the RowStyle Wrap property and every Wrap property in the grid. How do I stop word wrap in a Gridview no matter what size the Row’s Text Length is?
I’ve tried changing the RowStyle Wrap property and every Wrap property in the grid.
Share
It’s not RowStyle. You need to set the wrap setting of the individual Item under the columns.
This needs to be done for each individual column. You could set up a method in the code-behind to do it for you though.