In jqgrid we have long text obtained from the database, but need to wrap while it is displayed in JQgrid, is there a way to wrap long text (without any spaces)? We only have 110px for the recipient name field, because we need to display multiple columns. Our code is similar to
{name:"firstPayeeName",index:"firstPayeeName", width:"110px", align:"left", sorttype:"string"},
Pls provide a solution, if any. Thanks in advance.
text wrapping jqgrid
Sabarish Jun 28 '11 at 16:50 2011-06-28 16:50
source share