Hi,
- I have set my ListGrid's Cell height to 40 (grid.setCellHeight(40);)
- I have overridden the onCellClick to get the clicked value.
Now when I click on the value on row 1 it is giving me the value on row 3.
It seems like the oncellclick event is still assuming the default cell height of the grid.
How can this be fixed so the oncellclick event would know the new height of the cells?
Thanks
Jasper
- I have set my ListGrid's Cell height to 40 (grid.setCellHeight(40);)
- I have overridden the onCellClick to get the clicked value.
Now when I click on the value on row 1 it is giving me the value on row 3.
It seems like the oncellclick event is still assuming the default cell height of the grid.
How can this be fixed so the oncellclick event would know the new height of the cells?
Thanks
Jasper