我有一个DataGrid,它在排序之后填充了一个DataSet。 现在,当我选择第2行并向DataView查询数据时,它返回第3行的数据,
int index = SelectGrid.SelectedIndex; //SelectGrid class has been inherited from System.Windows.Forms.UserControl
DataRowView currentRow = DataView[index];
**所有名称都是类,我们确实使用了相应的对象。 再次进行排序可以解决问题,但这会给系统带来额外的成本,因此不希望这样做。
非常感谢任何帮助