Xtragrid Devexpress SetRowcellValue

Posted by Learner on Stack Overflow See other posts from Stack Overflow or by Learner
Published on 2008-10-12T23:23:10Z Indexed on 2010/05/03 6:08 UTC
Read the original article Hit count: 1090

Filed under:
|
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?

© Stack Overflow or respective owner

Related posts about xtragrid

Related posts about web-development