AD
Administrator
Syncfusion Team
April 20, 2007 11:26 PM UTC
Here is the summary description for GridControlBase.GetCol.
Returns the absolute column index for a client column index.
CurrentCell.ColIndex is not a client column incex. It is an absolute index.
Exactly what value to you want to compute? If you just always use
CurrentCell.ColIndex - 1, does that always return teh value you want?