I ran a test on my GridView writing the title of a book with many characters, which happened as follows: It expanded my grid beyond the page size, causing a layout break. My GridView is with Width="100%"
. I have tried to put in the column ItemStyle-Wrap="False"
but it did not work, how to solve?