The DataGrid applies a CSS class on alternating rows by default which specifies a different background color. Both my screenshots show that even rows are white (#ffffff) and odd rows are light-blue (#f7f9fa)
The example I have linked shows how to customize the appearance of DataGrid rows via the RowRender and CellRender events. The implementation is here.