I tried setting DataSource via DataGridView Designer but it wasn\'t listed there and then I generated new datasource via wizard which generated DataSet.
But
Don't know if it's the fastest method but it's the simpler:
dataGridViewStudents.DataSource = schoolContext.Students.ToList();