We are looking at upgrading to C1FlexGrid 2.6.20072.329. During testing, we observed the two issues below:
1. Setting Cols("DEL").ImageAlign = ImageAlignEnum.CenterTop causes rows to increase their heights when .AutoSizeRows(...) is called even when text wrapping is not activated on any of the grid's columns. The rows maintain the correct heights when ImageAlignEnum.CenterCenter is used.
2. In using the grdData.CellChanged() event, e.Col = -1 in all instances. We are using e.Col to compare it against the index of column to determine if the style of a row is to be changed. Since e.Col is always -1, the comparison fails and the style is never changed.
I have a ZIP file containing the items below. It is about 240KB and the file attachment feature of the forum has a 64KB limit. Let me know where I could send the ZIP to.
ImageAlign.DOC - illustrates problem #1 in more detail
CellChanged.DOC - illustrates problem #2 in more detail
ComponentOne project recreating the above problems