#101593
Ronak
Member

Hello,
 
I’m facing one issue with this grid. I want to display the summary row in both data sources. So it will display the summary the first time but when I change Datasource it won’t display the summary row for 2nd Datasource and when I shift back to the first then it shows the summary row.
I set the below code for the grid and I’m using the angular.
grid.summaryRow = {
visible: true,
};
one strange behaviour I found sometimes summary row get visible if i resize the browser windows.  so it might be issues with render so i put the grid.refresh and refreshview too. but it wont display summary for the 2nd grid.
Please suggest something to achieve the same.
Note :
I try below url with the mention issues i got the same result in this codpen example too.
https://codepen.io/dimitar_jqwidgets/pen/eYNOPWE.
Thank You