const int index = 1;
object val = repositoryItemComboBox3.Items[index];
gridView2.SetRowCellValue(gridView2.FocusedRowHandle,
object w= gridView2.GetRowCellValue(gridView2.FocusedRowHandle, "gridColumn3",val);
but w does not gets updated what do I have to do more?