Column Wordwrap in JQGrid

Posted by SARAVAN on Stack Overflow See other posts from Stack Overflow or by SARAVAN
Published on 2009-12-29T19:40:34Z Indexed on 2010/06/08 17:43 UTC
Read the original article Hit count: 663

Filed under:
|
|

Hi, Anybody knows on how to wrap column names in JQGrid. Please find my JSON code below

colModel: [ { name: 'RequestID', index: 'CreditRequest.CreditRequestID', width:100, align: 'left' },.....

With reference to the above code if the size of the content exceeds I want it to be wrapped. Any thoughts or comments

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about jqgrid