关于DataGridView的Sort方法存在的有关问题

关于DataGridView的Sort方法存在的问题我现在想用DataGridView的Sort方法来实现学生成绩排名的功能,但是奇

关于DataGridView的Sort方法存在的问题
我现在想用DataGridView的Sort方法来实现学生成绩排名的功能,但是奇怪的是,Sort()方法不能够对DataGridView的最后一行数据进行排序,这是为什么?
  我使用的是如下的方法
  public void Sort (
DataGridViewColumn dataGridViewColumn, 
ListSortDirection direction)
(这难道是sort方法的Bug吗)

[解决办法]
不会有这么简单的bug吧 手动调试一下