GridView Wrap

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ChaitanyaViriyala
    New Member
    • Apr 2008
    • 1

    GridView Wrap

    I have a grid View in which if i am entering continuos Text(like gfghfghfghfghfg hfghfghfghfghfg hfghfghfghfghfg hfghfghfghfghfg fgh) without any space or comma, cell width is increasing & design is changing.How can i avoid it? Is there any wrapping available ? But total text should be visible in th gridview....



    Thanq in Advance
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    IE supports CSS word-wrap:break-word. HTH.
    Originally posted by ChaitanyaViriya la
    I have a grid View in which if i am entering continuos Text(like gfghfghfghfghfg hfghfghfghfghfg hfghfghfghfghfg hfghfghfghfghfg fgh) without any space or comma, cell width is increasing & design is changing.How can i avoid it? Is there any wrapping available ? But total text should be visible in th gridview....



    Thanq in Advance

    Comment

    Working...