In jqgrid we have long text getting from DB, but need to wrap while displaying in JQgrid, is there any way to wrap long text (with out any spaces)? We have only 110px to spare for payee name field because we have multiple columns needs to be displayed. Our code is like
{name:"firstPayeeName",index:"firstPayeeName", width:"110px", align:"left", sorttype:"string"},
Pls provide solution if any. Thanks in advance.
In case of the test which you need to display has no blanks or other white-space you can’t use the CSS style described here and here.
I would recommend you to use another CSS style:
How you can see from the demo the text “testtesttesttesttesttesttesttesttest” will be displayed as the following: