HELO。我有问题。当我想清除我的数据网格时,我遇到了这样的问题。当选择了datagrid项目时,我想点击按钮并清除数据网格。但是发生了这个错误。
指定的参数超出了有效值的范围。 参数名称:index
object item =dg_autoqeydiyyat.SelectedItem;
string ID = (dg_autoqeydiyyat.SelectedCells[0].Column.GetCellContent(item) as TextBlock).Text;
string NAME = (dg_autoqeydiyyat.SelectedCells[2].Column.GetCellContent(item) as TextBlock).Text;
txb_auto2qeydno.Text = ID;
txb_auto2nomresi.Text = NAME;