Want to create the jqgrid footer as described in below grid:
I want the footer in the jqgrid as shown in above jqGrid.
I have set the footerrow:true
and $self.jqGrid("footerData", "set", { Total: actualSum });
, with this i am able to get the footerRow.
And to add label to this as i mentioned 'Grand Total: ' i need to merge two columns Amount and Tax..
So, how can achieve these.
I have gone through this.
But the cellattr is used to merge the cells.. Incase of footer row i am not able to get this cellattr if there is way to use these approach. How can i fix my probelm using this?
I even gone through these answer. Here, just the the right border are made hidden conditionally but the colsapn is not used. So that too didn't help me to fix my problem.
Currently i am getting the footer like these:
@Oleg can you just guide me how i can fix this issue and create the footer using the colspan as i described.