Hi i have this jqxgrid where i have enabled grouping where 1st level is product name and 2nd level is firstname.
Now on the grouprenderer i created two dummy texts ‘Total’ and ‘Total’ which i want to position them exactly below the designated columns.
1st level is product name
The first ‘Total’ should be position right under column ‘Quantity’
The second ‘Total’ should be position right under column ‘Price’
2nd level is firstname
The first ‘Total’ should be position right under column ‘Quantity’
The second ‘Total’ should be position right under column ‘Price’
I tried to do float right but that is not working out to push those two ‘Total’ to the right. So was wondering if there is a workaround and any help appreciated thanks.
Here is my example:
https://jseditor.io/?key=jqxgrid-group-text-format