Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

In my jqGrid one of the columns contains a list of values (arraylist). I need to show these columns values as rows. Like the below table:

    Header 1    Header2    Header3
----------------------------------------
    Value1      value1      abc
                            xyz
                            abc
----------------------------------------
    Value2      value2      abc
                            xyz
----------------------------------------
    Value3      value3      abc
                            xyz
                            abc

How can I implement this in jqGrid?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.