Hi,
I am displaying the products in grid, within order.
A order can have more than one product so I am looking to group the order if there is more than one product.
I am using the below code
groupModel:{
dataIndx: ["task_number"],
collapsed: [ false, false],
title: ["<b style='font-weight:bold;'>{0} ({1} Products)</b>","{1} - {2}"],
dir: ["up","down"]
,icon: ["circle-plus"]
}
But it is grouping also the order which have only single product.
Any suggestion.
Thanks in advance.