Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    ListGrid wrong value onCellClick when Cell Height is changed

    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
Working...
X