Hi,
If I was using default VS datagridview, I can get the value of cell with below code.
dgv.Row(0).cells(1).Value.ToString
But with gridview in devexpress, how I get the value?
Thanks...