I use the below style to draw a border around the grid, but it doesn't draw the border around the footer( where the aggregate columns are) and using the VS IntelliSense I couldn't find any style related to the footer.
.e-grid {
border: 1px solid gray;
border-radius: 0;
}