iGrid 6: CurCellChange EventI recognized a discrepancy in the CurCellChange Event
1.
there is a fault in the help description
lNewColIfAny - The column index of the previous current cell. This value can be zero if the current cell was removed from the grid.
This must be changed into
lOldColIfAny - The column index of the previous current cell. This value can be zero if the current cell was removed from the grid.
2.
According to this
lOldColIfAny and
lOldRowIfAny should give me the colindex/rowindex of the previous cell when I enter into a new one.
This is not as described!
When I change horizontally in a grid I get the old col id. OK so far.
When I now change vertically to a new row in the same col I get still the ID of the col before columns changed but not the col-ID of the cell I came from.
Same thing with oldrow. When I change into a new cell horizontally I don't get the correct row-coord of the previous cell I came from.
This behaviour, is it right or a bug?
lg Norbert
Edited by user
2016-01-18T19:07:57Z
|
Reason: Not specified