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.
white-space: normal !important;
style for the rows. Look at the answer. If you need to wrap texts in the column headers see here. – Octangle