Okay, just letting you know that I figured it out. Added this code right after the datatable was bound to the datagridview.

Code:
myGrid.Sort(myGrid.Columns("LastName"), System.ComponentModel.ListSortDirection.Ascending);