#101596
yavordashew
Member

Hi Ronak,
I used the codepen example you shared but unfortunately when I tried to reproduce your issue it didn’t occur as it happens to you.
Even when you have set the grid summaryRow property you still need to set the summary property of the column you want the summaryRow to be displayed.
For example :
` columns = [
{
label: ‘First Name’, dataField: ‘firstName’
},
{ label: ‘Last Name’, dataField: ‘lastName’ },
{ label: ‘Product’, dataField: ‘productName’ },
{ label: ‘Quantity’,summary: [‘sum’], dataField: ‘quantity’ }];`
If this is not the case I recommend to share a code example in order to be able to find a solution for you.
Please, do not hesitate to contact us if you have any additional questions.
Best regards,
Yavor Dashev
Smart UI Team
https://www.htmlelements.com/