I got row id and column id
dataGrid2.Items[row].Cells[column].Text = \"text\"; row = row index; column = column index;
you can simply update the value of the underlying datasource and its show in your datagrid. you dont need any index stuff