[jQuery] Display data from two columns in ONE jqGrid column

[jQuery] Display data from two columns in ONE jqGrid column


Hello,
I'm trying to create a grid, using jqGrid-3.4.4, which can display
data from two columns in ONE jqGrid column.
One way to achieve this is to create another data column with combined
data from required columns, and then assign that column to jqGrid
column.
Can this be done in jqGrid ? Please advise how to achieve the
functionality.
Thank You.