Hi,
in a cell handler CB I want to call some functionality but only if a certain column was picked. The column index as part of the event is a dynamic one, always counted from 0, starting from the left. All I need is a mapping from my column to its current number in the sense of that event's getColNum(). Couldn't find something helpful in ListGrid[Field] or CellClickEvent.
Please help.
Ekki
in a cell handler CB I want to call some functionality but only if a certain column was picked. The column index as part of the event is a dynamic one, always counted from 0, starting from the left. All I need is a mapping from my column to its current number in the sense of that event's getColNum(). Couldn't find something helpful in ListGrid[Field] or CellClickEvent.
Please help.
Ekki
Comment