How to wrap Big Words : Screen shot attached

Here text are wrapping but for some big words it overflows and hides other columns,
can it possible to wrap that big word also?


Pleas,e try to enable the multiline content:
myGrid.enableMultiline(true)

enableMultiline could not resolve

but

i resolved it adding style to the div as follows

style="word-wrap:break-word"