Forum Discussion
TanyaYatskovska
Alumni
12 years agoHi James,
Judging by this discussion on the Developer Express forum, the GetGridCellInfo method's parameters were changed:
Thus, you need to make sure that the getColumn function always returns the GridColumn object.
Judging by this discussion on the Developer Express forum, the GetGridCellInfo method's parameters were changed:
Starting with version 2011 vol 1.5 the GridViewInfo.GetGridCellInfo method accepts the GridColumn as the second parameter, rather than the column absolute index.
Thus, you need to make sure that the getColumn function always returns the GridColumn object.