ASP.Net: How to wrap all cells and columns in a gridview?

Timberton4

New member
I Configure and bind my datasource of my GridView to a DataBase. I works fine but my problem is that the text in cells of one column is too long... so i got a veryyyy long (width) colomn!!!
I want to have something like this:
Text text text text text... (e.g: 60 of my characters & "...")

I tried wrap = true but i don't know there's many wrap lol... and i made some class and style but still doesn't work!!!

Please help...
Thanks a million!!! :)
I configured my Data Source from GridView Task... (when you select the gridview in design or split view there's a square ">")! :D
 
Back
Top