New Product Launch - BoldDesk !
Introducing help desk ticketing software.
New Product LaunchBoldDesk: Help desk ticketing software starts at $10 for 3 agents.
Try it for free.
string oldValue = this.m_gridControl[cc.RowIndex,cc.ColIndex].Text;
GridCurrentCell cc = gridControl1.CurrentCell;
object oldValue = gridControl1[cc.RowIndex, cc.ColIndex].CellValue;
object newValue = cc.Renderer.ControlText;
Console.WriteLine(oldValue + " " + newValue);