jauno
  • jauno
  • Member Topic Starter
2016-01-18T18:05:06Z
iGrid 6: CurCellChange Event

I 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
Igor/10Tec
2016-01-19T09:09:03Z
Point #1:
It's a typo in the CHM and will be fixed with the next service update of the component coming very soon.

Point #2:
I reproduced this weird behavior. I confirm it's a bug. I'm going to fix it and send the fixed build of iGrid to you for testing in a day or so.